Metadata-Version: 2.1
Name: apdaily
Version: 1.0.4
Summary: A package that allows you to watch AP Classroom Daily videos automatically.
Home-page: https://github.com/SarangaR/APDaily-Dev
Author: Saranga Rajagopalan
Author-email: sarnga.raj@gmail.com
License: : OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# APDaily
This package allows you to watch AP Classroom Videos automatically.
## Authors
- [@SarangaR](https://www.github.com/SarangaR)
## Installation
- Install the apdaily package with pip
```bash
  pip install apdaily
```
- Then copy the **scripts** folder from this repository and run the install script
#### Linux
```bash
  sudo ./scripts/apdaily-setup.sh
```
#### Windows
In an administrator command prompt:
```cmd
  scripts/apdaily-setup.bat
```


## Requirements
* pynput

