This repository contains a collection of Python projects that make use of different APIs to fetch, process, and display real-world data.
Each project is in its own folder, making it easy to explore and learn.
- Tracks daily habits and progress using Pixela API integration.
- Demonstrates API requests, authentication, and data storage.
- Great for practicing consistency in coding and life.
- Fetches random Kanye West quotes using a public API.
- Simple and fun way to practice API calls with JSON.
- Beginner-friendly, quick to run.
- A quiz app that fetches questions from an TRIVIA API.
- Lets you test your knowledge interactively.
- Covers JSON parsing and simple UI/UX logic.
- Uses weather APIs to check if it will rain today.
- Can be extended with notifications or alerts.
- This will send a SMS using TWILIO API.
- Practical project to practice real-world API usage.
- Uses the ISS (International Space Station) API.
- Sends an email notification when the ISS is passing above your location.
- Combines API calls, geolocation, and SMTP (email sending).
- A practical project showing event-based automation.
- Beginner-friendly and modular Python code.
- Real-world API integration (requests, JSON).
- Independent projects (run any folder separately).
- Great for learning HTTP requests, error handling, and APIs.
- Python
requestslibrary for API calls- Basic Tkinter usage in some projects
- JSON for data parsing
- Clone this repository:
git clone https://github.com/ankithajv/API-projects-using-python.git