๐ซ A browser script to automatically move to the next video/question when the video is complete or when the question is answered on an Edgenuity assignment!
๐๏ธ This helps students stay focused & productive throughout an activity & minimizes the time waste navigating between videos and questions
NOTE: This script is not meant to be used to actually automate the process of completing an activity. It is meant to be used as a tool to boost productity and attentiveness.
- Clone the repository
git clone https://github.com/rohinsood/edgenuity-automated.git
- Install the dependencies
pip install -r requirements.txt
- Open the folder of the repository
cd .\path\to\edgenuity-automated
- Run
Run.py
python Run.py
OR
python3 Run.py
OR
py Run.py