A simple Python tool that displays time remaining until you reach a specific age. This terminal-base app shows you days, hours and minutes left, with a simple visual progress bar reprensenting your life journey.
Think of it like a personal dashboard that reminds you the value of time each time you open your terminal.
- Simple, terminal-sized display that adapts to your window
- Visual progress bar showing your life journey progress
- Command-line arguments for customizing birthdate and target age
- Daily inspirational message
git clone https://github.com/cowboyshibuya/daysleft-CLI.git cd daysleft-CLI
chmod +x daysleft-CLI.py
Run the script with your birthdate and target age as args: ./countdown.py YYYY-MM-DD TARGET_AGE
./countdown.py 1998-09-12 85
To have the coundown display every time you open a terminal:
bash : echo "./path/to/countdown.py YOUR_BIRTHDATE TARGET_AGE" >> ~/.bashrc
Zsh: echo "./path/to/countdown.py YOUR_BIRTHDATE TARGET_AGE" >> ~/.zshrc
source ~/.bashrc # or ~/.zshrc
Contributions are welcome! Feel free to submit a Pull Request.
- Color-coded progress bar
- Random quote