Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 714 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 714 Bytes

UnacademyJEE

Simple Command line Utility to batch download Unacdemy notes of chapter

Getting Started

This tool help you to easily download all the unacademy notes via one command, no need of google account or any link.

Prerequisites

python3

check version using

python --version

Installing and Running

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"

Help

python main.py -h
python main.py --show

Acknowledgments

  • Unacademy JEE team for helping JEE aspirants .