Marvel Comics Information Fetcher is a Python application that allows you to retrieve and display detailed information about Marvel characters, comics, events, series, and stories using the Marvel Comics API.
This application uses the following modules:
marvel: A Python wrapper for the Marvel Comics API. You can install it using pip: pip install marvelargparse: A Python module for parsing command-line arguments.
- Fetch and display information about Marvel characters, comics, events, series, and stories.
- Search for characters by name.
- Retrieve comprehensive details for each character, including comics, events, series, and stories they appear in.
- Clone this repository: git clone https://github.com/Bisalkumar/Marvel.git
- Install the required modules: pip install marvel
- Obtain your Marvel API keys.
- Create a
keys.pyfile in the project directory with your Marvel API keys: PUBLIC_KEY = 'your-public-api-key' PRIVATE_KEY = 'your-private-api-key' - Run the application: python marvel_comics_fetcher.py
- Follow the prompts to enter a character name and view their information.
- Run the application.
- Enter the name of the Marvel character you want to retrieve information for.
- View details about the character, comics, events, series, and stories.
Contributions to this project are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name. - Make your changes and commit them:
git commit -m 'Description of your changes'. - Push to the branch:
git push origin feature-name. - Create a pull request on the original repository.
This project is licensed under the MIT License - see the LICENSE file for details.
- Special thanks to Marvel for providing the Marvel Comics API.
- This project was inspired by a passion for comics and the Marvel Universe.