Metadata-Version: 2.1
Name: cheinsteinpy
Version: 0.1.4
Summary: A Python library to get information from Chegg.
Home-page: https://github.com/DouglasTaylorSupportGroup/cheinstein.py
Author: jckli & okinahiru
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4

# cheinstein.py

## A Python library to get information from Chegg.

> **Note**: We are not affiliated with chegg.com in any way.

Chegg is a great resource for many students around the world. Though since it is a paid resource, it is not accessible to everyone. With cheinstein.py, it parses the information from chegg.com, and makes it much easier to work with.

### Currently Supported

- Solutions
- Questions

## Installation

Install cheinstein.py using pip:

```shell
$ pip install cheinsteinpy
```

