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.
- Fetch a random quote from an API
- Save favorite quotes to an SQLite3 database
- List all saved quotes
- Delete specific quotes from the database
requests
library (for API calls)sqlite3
(built-in Python library)
-
Clone the repository:
git clone https://github.com/AdityaShriwas18/Quote_App.git
-
Install the required libraries:
pip install requests
-
Run the application:
python Quote.py
-
Follow the on-screen prompts to fetch, save, list, or delete quotes.