Skip to content

Commit f996729

Browse files
Create README.md
1 parent 88925f4 commit f996729

File tree

1 file changed

+28
-0
lines changed
  • Python/Random Motivational Qoute generator

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Random Motivational Quote Generator
2+
3+
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.
25+
2. Run the app:
26+
27+
```bash
28+
python random_motivational.py

0 commit comments

Comments
 (0)