Skip to content

AdityaShriwas18/Quote_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Quote App

This is a Python-based Quote App that fetches random quotes from an API and allows users to save their favorite quotes to an SQLite3 database. Users can also list all saved quotes and delete them as needed.

Features

  • Fetch a random quote from an API
  • Save favorite quotes to an SQLite3 database
  • List all saved quotes
  • Delete specific quotes from the database

Prerequisites

  • requests library (for API calls)
  • sqlite3 (built-in Python library)

Installation

  1. Clone the repository:

    git clone https://github.com/AdityaShriwas18/Quote_App.git
  2. Install the required libraries:

    pip install requests

Usage

  1. Run the application:

    python Quote.py
  2. Follow the on-screen prompts to fetch, save, list, or delete quotes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages