`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.
Project description
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:
pip install crypto-cli-tool
Using curl 🌐
This method allows you to download and install the script manually:
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:
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:
crypto.cli bitcoin
crypto.cli ethereum
crypto.cli litecoin
For a full list of options, see the help menu:
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.