A simple Python project to display random inspirational quotes. This project is great for learning how to handle JSON data and work with randomization in Python.
- Loads quotes from a JSON file.
- Displays a random quote in the console.
- Easily extendable with more quotes.
-
Clone the repository:
git clone https://github.com/marwan-ahmed-23/random-quote-generator.git cd random-quote-generator
-
Run the script:
python random_quote.py
-
Example output:
"The best way to predict the future is to invent it." - Alan Kay
Feel free to add more quotes to quotes.json
or improve the code!
If you found this project helpful, please consider giving it a ⭐ on GitHub. Your support means the world to us!