Skip to content

A lightweight Python quote engine that selects and displays random inspirational quotes along with their authors.

Notifications You must be signed in to change notification settings

rifatsh3ikh/PyQuote-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyQuote‑Engine

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.

🚀 Features

  • 🎲 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.

📌 Tech Stack

  • Language: Python

📥 Installation

  1. Clone the repository:
    git clone https://github.com/rifatsh3ikh/PyQuote-Engine.git
    cd PyQuote-Engine
  2. (Optional) Create and activate a virtual environment:
    python3 -m venv venv
    source venv/bin/activate   # macOS/Linux
    venv\Scripts\activate      # Windows
  3. Install requirements:
    pip install -r requirements.txt

▶️ Usage

To run the quote engine:

python main.py

🤝 Contributing

Contributions 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

📬 Contact

Maintained by rifatsh3ikh

About

A lightweight Python quote engine that selects and displays random inspirational quotes along with their authors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages