Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hollali/pyclock
https://github.com/hollali/pyclock
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hollali/pyclock
- Owner: hollali
- Created: 2023-12-21T05:44:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T00:37:04.000Z (about 1 year ago)
- Last Synced: 2024-11-12T15:14:01.893Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Clock using Tkinter
This Python script creates a simple clock using the Tkinter GUI library. The clock displays the current time and updates every second.
## Prerequisites
Make sure you have Python installed on your system. You can download it from [python.org](https://www.python.org/downloads/).
## How to Run
1. Open a terminal or command prompt.
2. Navigate to the directory where the script is saved.
3. Run the script using the command:```bash
PyClock.py
```## Dependencies
- Tkinter: Tkinter is the standard GUI toolkit for Python.
## Author
Hollali Kelvin
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.