You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Python desktop app that shows a **random motivational quote** over a background image, updating every 5 seconds. Built with **Tkinter** and **Pillow**.
4
+
5
+
---
6
+
7
+
## Features
8
+
9
+
- Displays a **background image**.
10
+
- Shows **random quotes** that refresh automatically.
11
+
- Avoids repeating the same quote twice.
12
+
13
+
---
14
+
15
+
## Requirements
16
+
17
+
- Python 3.6+
18
+
- Pillow (`pip install pillow`)
19
+
20
+
---
21
+
22
+
## Usage
23
+
24
+
1. Place your background image (`Seep.png`) in the project folder.
0 commit comments