MyTimer is a Python project that aims to provide a simple yet efficient timer for terminal users, particularly targeting the geek community. This project allows users to set timers directly from their command line interface, making it convenient for those who spend a significant amount of time working in the terminal! The main objective of MyTimer is to offer a minimalistic and distraction-free timer experience. It provides a clean and straightforward interface, ensuring that users can focus solely on tracking time without any unnecessary clutter or distractions.
Download Version 0.9 or Latest Source
pip install .
Check Python Packaging User Guide
pip install mytimer==0.9
⚠️ You can use mytimer
or python -m mytimer
to run this program
mytimer --version
⚠️ Press Ctrl + C
to exit
mytimer
mytimer --minute=7 --second=30
mytimer --hour=2 --minute=20
⚠️ The default mode is count-up
mytimer --minute=7 --second=30 --countdown
mytimer --minute=7 --second=30 --countup
⚠️ This mode may not be supported on all systems
mytimer --minute=7 --second=30 --alarm
⚠️ The default value is 1
mytimer --minute=7 --second=30 --alarm --alarm-repeat=5
⚠️ The default tone is 1
mytimer --minute=7 --second=30 --alarm --tone=2
mytimer --minute=7 --second=30 --face=3
mytimer --program=black-tea
mytimer --minute=7 --second=30 --message="Test message"
Give a ⭐️ if this project helped you!