GitHunt
RU

rutvanj/random-quote-generator

Simple Python CLI program that generates and displays a random quote each time it runs.

Random Quote Generator

Random Quote Generator is a simple Python program that displays a random quote each time the program runs.
It is designed as a beginner-friendly project to demonstrate basic Python concepts such as lists and random selection.

Features

  • Generates a random quote from a predefined list
  • Lightweight and easy to understand
  • Beginner-friendly Python project

How It Works

The program stores a list of quotes and uses Python's random module to select and display one quote every time the script runs.

Tech Stack

  • Python

How to Run

  1. Install Python.
  2. Clone or download the repository.
  3. Run the script:
python quotes.py

Each execution will display a different quote.

Author

Rutva Jakhiya

Languages

Python100.0%

Contributors

Created March 4, 2026
Updated March 13, 2026