This repository contains a simple digital clock application built using Python and the CustomTkinter library.
The clock displays the current time in hours, minutes, and seconds format, and it updates every second.
The application is designed to be user-friendly and visually appealing, with a modern interface.
- Clone the repository:
git clone https://github.com/ArnauldDev/CustomTkinter-Simple-Digital-Clock.git - Create a virtual environment from the project's
srcdirectory:python -m venv .env - Activate the virtual environment:
.env\Scripts\activate(on Windows) orsource .env/bin/activate(on Linux/macOS) - Update
pip:python.exe -m pip install --upgrade pip - Install dependencies:
pip install -r requirements.txt - Run the application:
python main.py
- Activate the virtual environment:
.env\Scripts\activate(on Windows) orsource .env/bin/activate(on Linux/macOS) - Run the application:
python main.py
