/alarm-clock

a desktop alarm clock

Primary LanguagePython

alarm-clock

Introduction

This is a simple alarm clock built with Python using the tkinter library for the graphical user interface and the winsound library for playing sound alerts.

Usage

In path \dist\main, double click main.exe

Building

In file main.py, set variable time_points.

Then pack the file in terminal: pyinstaller main.py --noconsole

Requirements

This program requires Python 3.x, as well as the tkinter and winsound libraries, which are included in most Python distributions.