Metadata-Version: 2.2
Name: fun-apis-cli
Version: 0.2.4
Summary: A fun Python CLI tool for fetching random facts, animal information, quotes, and much more from various APIs.
Author-email: Taha Yasser Adnan <taha.y.adnan@gmail.com>
License: MIT License
        
        Copyright (c) 2024 Taha Yasser Adnan
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/tahadnan/Fun-APIs-CLI
Project-URL: Repository, https://github.com/tahadnan/Fun-APIs-CLI
Keywords: APIs,CLI,fun apis
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt_toolkit
Requires-Dist: pycountry
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: plotext
Requires-Dist: platformdirs

![LOGO](https://raw.githubusercontent.com/tahadnan/Fun-APIs-CLI/main/Fun_APIs_logo.png)

# Fun APIs CLI

A simple Python command-line interface utility to interact with various fun APIs: facts, animals, quotes...
This project, designed for learning and fun, can pull random facts, animal data, quotes and much more via API Ninjas and other API sources.

## Installation

```bash
pip install fun-apis-cli
```
## Configuration

1. Acquire the needed API-Keys, head to the [project wiki](https://github.com/tahadnan/Fun-APIs-CLI/wiki) for more info about this step.
2. Run ```fun-apis-cli -c``` and you will be prompted to enter the required APIs keys.

## WHAT'S NEW WITH 0.2.1:
- Fixed the inconsistent superhero verification
mechanism
- Improved the way Names and IDs are stored in the
JSON file "Name": id => "id":"Name"
- Provided a way to view available heroes in table
form
- Remove unused imports
- Fix f-strings without placeholders
- Resolve undefined name warnings


## Contributing

This project relies on collaboration and community support! It's designed to be an evolving, living tool, and while it currently supports APIs for fun facts, animals, and quotes, the possibilities are endless. Whether you'd like to add new APIs, enhance existing features, refine the code, or even update the documentation, contributions are welcome. Let's make this CLI a better and more diverse tool together. You can fork the repository, look at the code, and send your pull requests-we are excited to see what you will add to the project!


