A digital clock and date display app built with Python and Tkinter as executable for desktop.
$\textnormal{\color{magenta}{INSTALLATION}}$
-
Clone the repository:
git clone https://github.com/ridika-2004/Ghibli-Clock.git cd EverTime
-
Install the required dependencies:
pip install pyinstaller
-
Run the application:
python main.py
-
Or, create an executable file using PyInstaller:
pyinstaller --onefile --windowed --add-data "assets;assets" main.py
This system displays the current day and date along with the time in a 12-hour format, including AM/PM. Also features a Studio Ghibli-themed background to create a visually appealing and whimsical user experience.
Built using Python 3.x and Tkinter, this project syncs the current date and time from the local machine. All background images and icons are original creations, complemented by a variety of stickers sourced from Pinterest for the visuals.

