Skip to content

A TUI textual app to track your standing time at a sit-stand desk

Notifications You must be signed in to change notification settings

DennisNeu/TUI-Standing-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUI-Standing-Tracker

A terminal-based application to monitor and log your standing time at a sit-stand desk, promoting healthier work habits.

Features

  • 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.tcss file.

Installation

Prerequisites

  • Python 3.7 or higher

Steps

  1. Clone the Repository:
    git clone https://github.com/DennisNeu/TUI-Standing-Tracker.git
    cd TUI-Standing-Tracker
    
  2. Create a virtual enviroment: (optional)
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install dependencies:
    pip install -r requirements.txt
    

Usage

Run the following command in the project's directory:

python tracker.py

About

A TUI textual app to track your standing time at a sit-stand desk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages