A terminal-based stopwatch application featuring ASCII art display
Project description
Terminal Stopwatch
A terminal-based stopwatch application featuring ASCII art display.
Features
- ⏱️ Time Measurement
- 🎯 Lap Time Recording
- 🎨 ASCII Art Time Display
- 🌈 Colorful Terminal Interface
Installation
Using pip (Recommended)
pip install terminal-stopwatch
Then run:
stopwatch
Using Executable
- Download the
stopwatchexecutable from the latest release - Grant execution permission in terminal:
chmod +x ./stopwatch
- Run:
./stopwatch
From Source Code
-
Clone the repository:
git clone https://github.com/yourusername/stopwatch.git cd stopwatch
-
Install Poetry (Package Manager):
curl -sSL https://install.python-poetry.org | python3 -
-
Install dependencies:
poetry install -
Run:
poetry run python main.py
Usage
Use the following keys to control the stopwatch:
s: 🚀 Start/Pausel: 📝 Record Lap Timer: 🔄 Resetq: 🚫 Quit
Development Environment
- Python 3.11+
- Poetry (Dependency Management)
- PyInstaller (Executable Creation)
Dependencies
- pyfiglet: ASCII Art Generation
- colorama: Terminal Color Support
- readchar: Keyboard Input Handling
License
MIT License
Contributing
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Author
- taejun (dugudugu0622@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file terminal_stopwatch-0.1.3.tar.gz.
File metadata
- Download URL: terminal_stopwatch-0.1.3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.5 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c80b075aebc47581dbe47cb527f71084d1a29f4c6d74a86108b55b0774664018
|
|
| MD5 |
273bc233551b0adf793738059e7f670e
|
|
| BLAKE2b-256 |
58bf966bf601f39b2b62e1a8ec8cfe9e7bd3433877905bd7e7b0d8fc43e6a669
|
File details
Details for the file terminal_stopwatch-0.1.3-py3-none-any.whl.
File metadata
- Download URL: terminal_stopwatch-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.5 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5875a0f68b13702c37d3db5f211064d3869469a3d98020f822a0236f4ba87345
|
|
| MD5 |
4c3814ee2f186e82bd9d2aeb55092430
|
|
| BLAKE2b-256 |
07bdf0e6a88618f5fbd89cfb15dd27bb471fe127d8f6e71ff249c6d37829edd0
|