This project is based on a Python Morsels exercise for a command-line countdown timer. If you're working on that exercise right now, please don't look at the source code for this. 😉
- Full-screen countdown timer, centered in the terminal window
- Command-line interface for Linux/Mac/Windows
- Python 3.7+
You can install countdown-cli via pip from PyPI:
$ python3 -m pip install countdown-cli
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, countdown-cli is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.