Loading repository dataβ¦
Loading repository dataβ¦
MeetStark34 / repository
π§ Terminal-based mental wellness tracker built in Python. Track moods π±, write journals π, view summaries π, get motivation π¬ β all private, offline, and simple to use. No cloud. No noise. Just clarity. β¨
A simple, offline, privacy-first terminal application to track your mental well-being β built entirely in Python.
mental_wellness_cli/
βββ auth/ # login, register, reset_password
βββ mood/ # track mood, view summary, weekly mood
βββ journal/ # write + view journal entries
βββ quotes/ # motivational quotes
βββ data/ # auto-generated JSON files
βββ main.py # program entry point
π What would you like to do?
1οΈβ£ Track Mood
2οΈβ£ Write Journal
3οΈβ£ View Mood Summary
4οΈβ£ Get Motivational Quote
5οΈβ£ Logout
6οΈβ£ π View Weekly Mood Summary
7οΈβ£ π View Weekly Journals
git clone https://github.com/YOUR-USERNAME/mental-wellness-cli.git
cd mental-wellness-cli
python mental_wellness_cli/main.py
Each mood is tracked from 1 to 5 using emojis and simple descriptions:
Tracked mood types:
Made with β€οΈ in Python by YourNameHere
MIT License β free to use, remix, and improve!
Feel free to fork the repo, add features, fix bugs, or build your own wellness tool using this as a base.