Simple Command line Utility to batch download Unacdemy notes of chapter
This tool help you to easily download all the unacademy notes via one command, no need of google account or any link.
python3
check version using
python --version
first install all required libraries
python -m pip install -r requirements.txt
now,run it
python main.py -s SUBJECT -c "CHAPTER" "CHAPTER2"..
example command
python main.py -s physics -c "Calorimetry" "Basic Kinematics"
python main.py -h
python main.py --show
- Unacademy JEE team for helping JEE aspirants .