Menu

πŸ“°
0

I built a CLI tool to eliminate decision fatigue during JEE revision

Reddit r/learnpythonΒ·u/Leather_Accident9364Β·about 1 month ago
#ZCfhTdSy
#github#built#tool#decision#fatigue#article
Reading 0:00
15s threshold

Every morning I'd open my notes and spend 10 minutes deciding what to study.

Classic decision fatigue. So I built a tool to fix it.

It's a Python CLI that:

- Randomly picks a chapter from each subject (Physics, Chem, Math)

- Weights the randomness β€” weaker/incomplete chapters appear more often

- Tracks which lectures you've done and saves progress locally

- Shows overall stats and roll history

Nothing fancy. No internet needed. Just `python main.py` and you're rolling.

GitHub: github.com/amlan-sinha07/JEE-LECTURE-RANDOMIZER

Would love feedback β€” especially from other aspirants on what features would actually help.

Read More