PyQuote‑Engine is a Python application that automates the generation and processing of quotes.
It selects random quotes from a built‑in library and associates them with their authors for display or use in other applications.
- 🎲 Random Quote Generation – Fetches a random quote each time the program runs.
- ✒️ Author Attribution – Attaches the correct author to each generated quote.
- 🪶 Simple, lightweight, and easy to extend for additional sources.
- Language: Python
- Clone the repository:
git clone https://github.com/rifatsh3ikh/PyQuote-Engine.git cd PyQuote-Engine - (Optional) Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate # macOS/Linux venv\Scripts\activate # Windows
- Install requirements:
pip install -r requirements.txt
To run the quote engine:
python main.pyContributions are welcome! To contribute:
Fork the project
Create a feature branch (git checkout -b feature/your‑idea)
Commit your changes (git commit -m "Add feature")
Push to your branch (git push)
Open a Pull Request
Maintained by rifatsh3ikh