Metadata-Version: 2.1
Name: crypto_cli_tool
Version: 0.0.3
Summary: `crypto-cli-tool` is a simple and efficient command-line tool written in Python that allows you to quickly retrieve the latest prices of various cryptocurrencies. It fetches data from a reliable source and presents it in an easy-to-read format.
Home-page: https://github.com/905timur/crypto-cli
Author: Timur Gabaidulin
Author-email: timur.gab@gmail.com
Keywords: cryptocurrency cli tool crypto price
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.txt
Requires-Dist: requests
Requires-Dist: fuzzywuzzy

# crypto-cli-tool 🚀

A command-line interface (CLI) tool to fetch cryptocurrency prices. 💰

## About 📚

`crypto-cli-tool` is a simple and efficient command-line tool written in Python that allows you to quickly retrieve the latest prices of various cryptocurrencies. It fetches data from a reliable source and presents it in an easy-to-read format.

## Installation ⚙️

You can install `crypto-cli-tool` using one of the following methods:

### Using pip (Recommended) 📦
# If you are NOT using pip, you will need to install dependencies > see requirements.txt) 

Install with pip for easy and quick setup:

```bash
pip install crypto-cli-tool
```

### Using curl 🌐

This method allows you to download and install the script manually:

```bash
curl -sSL https://github.com/905timur/crypto-cli/raw/main/crypto.cli.tool -o crypto.cli.tool
chmod +x crypto.cli.tool
sudo mv crypto.cli.tool /usr/local/bin/crypto.cli
```

### Using git clone 🛠️

For developers or those who prefer manual installation:

```bash
git clone https://github.com/905timur/crypto-cli
cd crypto-cli
python setup.py install
```
### Usage 🖥️

Once installed, you can use the crypto.cli command to fetch cryptocurrency prices. 

For example:

```bash
crypto.cli bitcoin
crypto.cli ethereum
crypto.cli litecoin
```

For a full list of options, see the help menu:

```bash
crypto.cli --help
```

### Contributing 🤝

This project welcomes contributions to improve the tool further! Please feel free to submit pull requests or open issues for any bugs or feature requests.

Not a developer but want to report a bug or ask for a feature? Hit me up on X @905txmxr or email me at timur.gab@gmail.com.

### License 📝

This project is licensed under the MIT License.
