https://github.com/mantreshkhurana/simple-python-alarm-clock
This is a simple alarm clock written in Python.
https://github.com/mantreshkhurana/simple-python-alarm-clock
alarm-clock gui-alarm-clock python python-alarm-clock tkinter
Last synced: 19 days ago
JSON representation
This is a simple alarm clock written in Python.
- Host: GitHub
- URL: https://github.com/mantreshkhurana/simple-python-alarm-clock
- Owner: mantreshkhurana
- License: mit
- Created: 2023-10-13T12:07:44.000Z (over 2 years ago)
- Default Branch: stable
- Last Pushed: 2023-10-16T12:31:45.000Z (over 2 years ago)
- Last Synced: 2025-03-05T15:18:02.360Z (over 1 year ago)
- Topics: alarm-clock, gui-alarm-clock, python, python-alarm-clock, tkinter
- Language: Python
- Homepage:
- Size: 641 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Python Alarm Clock
This is a simple alarm clock written in Python. It uses the Tkinter library for the GUI, Pygame for the alarm sound, and the Time library for the time.
## Table of Contents
- [Simple Python Alarm Clock](#simple-python-alarm-clock)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Credits](#credits)
- [Author](#author)
## Screenshots

## Installation
```bash
git clone https://github.com/mantreshkhurana/simple-python-alarm-clock.git
pip install virtualenv
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
```
or
```bash
git clone https://github.com/mantreshkhurana/simple-python-alarm-clock.git
pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.py
```
## Credits
- [Analog Clock](https://thinkinfi.com/build-digital-analog-clock-gui-with-python-tkinter/)
## Author
- [Mantresh Khurana](https://github.com/mantreshkhurana)