A simple tool to track and improve your daily productivity.
Focus-Flow is a lightweight project designed to help you log your focus sessions, visualize your patterns, and reflect on your work or study habits.
This project was created to encourage healthy productivity habits. By recording your focus sessions, you can identify your most productive hours, evaluate your consistency, and improve your time management.
- β±οΈ Log focus sessions with date and duration
- π View session history and trends
- π§ Reflect on your concentration habits
- π Simple Python code, easy to customize
- Python
- Pandas
- Matplotlib
focus_flow.pyβ Main script for logging and visualizing sessionsfocus_data.csvβ File where session data is storedREADME.mdβ Project documentation
-
Clone the repository
git clone https://github.com/importalline/Focus-Flow.git cd Focus-Flow -
Install dependencies Make sure you have Python 3 installed. Then run:
pip install pandas matplotlib
-
Run the script
python focus_flow.py