A terminal-based application to monitor and log your standing time at a sit-stand desk, promoting healthier work habits.
- Textual User Interface (TUI): Intuitive terminal interface for easy interaction.
- Session Tracking: Start and stop timers to record standing sessions.
- Total Time Tracking: Track total time spent standing.
- Data Logging: Persistent storage of session data for historical reference.
- Customizable Styling: Modify the appearance using the
style.tcssfile.
- Python 3.7 or higher
- Clone the Repository:
git clone https://github.com/DennisNeu/TUI-Standing-Tracker.git cd TUI-Standing-Tracker - Create a virtual enviroment: (optional)
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
Run the following command in the project's directory:
python tracker.py