https://github.com/ridika-2004/evertime
A digital clock and date display app built with Python and Tkinter
https://github.com/ridika-2004/evertime
anime clock-app clock-program ghibli python3 tkinter tkinter-python
Last synced: 3 months ago
JSON representation
A digital clock and date display app built with Python and Tkinter
- Host: GitHub
- URL: https://github.com/ridika-2004/evertime
- Owner: ridika-2004
- License: mit
- Created: 2025-02-06T06:16:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T12:58:08.000Z (4 months ago)
- Last Synced: 2025-04-05T18:13:42.291Z (3 months ago)
- Topics: anime, clock-app, clock-program, ghibli, python3, tkinter, tkinter-python
- Language: TeX
- Homepage:
- Size: 68.9 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
$\Huge\textnormal{\color{orange}Ever}\textnormal{\color{red}Time}$
![]()
![]()
![]()
![]()
$$\textnormal{\color{black}A digital clock and date display app built with Python and Tkinter as executable for desktop.}$$
![]()
$\textnormal{\color{purple}{INSTALLATION}}$1. Clone the repository:
```diff
git clone https://github.com/ridika-2004/Ghibli-Clock.git
cd EverTime
```2. Install the required dependencies:
```diff
pip install pyinstaller
```3. Run the application:
```diff
python main.py
```
4. Or, create an executable file using PyInstaller:
```diff
pyinstaller --onefile --windowed --add-data "assets;assets" main.py
```
$\textnormal{\color{blue}{Then in the {\color{red}dist} folder, There will be a main.exe file.}}$
$\textnormal{\color{blue}{Double-click on that and {\color{red}BOOM!}}}$
$\textnormal{\color{green}{FEATURES}}$
![]()
$$\textnormal{\color{black}Displays current time in 12-hour format (with AM/PM).}$$
$$\textnormal{\color{black}Shows the current day and date.}$$
$\textnormal{\color{blue}{CREDITS}}$
$$\textnormal{\color{black}Built using Python 3.x and Tkinter.}$$
$$\textnormal{\color{black}Background images and icons are all made by me.}$$
$\textnormal{\color{red}{LICENSE}}$
${This\ project\ is\ licensed\ under\ the \ {\color{red}MIT}}\ License$