Metadata-Version: 2.1
Name: apdaily
Version: 1.0.5
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
Requires-Dist: pynput
Requires-Dist: toml

# 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 ```src/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
```

## Settings
 - Use the mouse_util script to set the mouse positions in the config file
 ```Python
 import apdaily_methods.mouse_util as mouse_util
 mouse_util.run()
 ```
 - Update the other portions of the config.toml file included in the ```src/scripts``` folder of this repo (same place as the install script)
 - Then re-run the install script
 

