A fun Python project that interacts with a fictional Gotham City API to retrieve information about Batman villains, gadgets, vehicles, locations, and quotes.
- About the Project
- Features
- How It Works
- Technologies Used
- Installation
- Usage
- Example Output
- Project Structure
- Roadmap
- Contributing
- License
- Author
batmanAPI.py is a beginner-friendly Python application designed to simulate working with an API in a fun and memorable way. Instead of using generic data, this project focuses on Gotham City content.
- Search for Batman villains
- List Bat gadgets and vehicles
- Display Gotham City locations
- Return Batman quotes
The app sends a request to a fictional API and displays results in the terminal.
- Python 3
- Requests
- JSON
- GitHub
git clone https://github.com/your-username/batmanAPI.py.git
cd batmanAPI.py
pip install requests
python batmanAPI.py
Welcome to Gotham City Data Terminal
1. Villains
2. Gadgets
3. Vehicles
batmanAPI.py/
├── README.md
├── batmanAPI.py
└── requirements.txt
- Create repository
- Build README
- Add Python script
Contributions are welcome.
Educational use.
Alta3 Research Training Project
- Gotham weather
- Alfred assistant
- Bat-Signal tracker