Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (6 days ago)
- Default Branch: main
- Last Pushed: 2025-02-07T01:49:23.000Z (5 days ago)
- Last Synced: 2025-02-07T02:30:51.730Z (5 days ago)
- Topics: anime, clock-app, clock-program, ghibli, python3, tkinter, tkinter-python
- Language: TeX
- Homepage:
- Size: 42.4 MB
- Stars: 1
- Watchers: 1
- 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$