Metadata-Version: 2.1
Name: Fun-APIs-CLI
Version: 0.1.4
Summary: A fun Python CLI tool for fetching random facts, animal information, quotes, and much more from various APIs.
Home-page: https://github.com/tahadnan/Fun-APIs-CLI
Author: Taha Yasser Adnan
Author-email: taha.y.adnan@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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

![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

Clone the repository:
```bash
git clone https://github.com/tahadnan/Fun-APIs-CLI.git
cd Fun-APIs-CLI
```

(Highly Recommended)Set up a virtual environment and install dependencies:
```bash
python3 -m venv venv
source venv/bin/activate  # For Mac/Linux
.\venv\Scripts\activate   # For Windows
pip install -r requirements.txt
python3 
```
Run the program:
```bash
python3 fun_apis.py -h
```

## 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!
 

