Metadata-Version: 2.1
Name: coinprice
Version: 2024.11
Summary: Coinprice is a command-line tool for tracking cryptocurrency prices across multiple exchanges.
Home-page: https://github.com/bohd4nx/coinprice
Author: Bohdan (bohd4nx)
Author-email: Bohd4n@proton.me
License: MIT
Project-URL: Documentation, https://github.com/bohd4nx/coinprice/blob/main/README.md
Project-URL: Source, https://github.com/bohd4nx/coinprice
Project-URL: Bug Tracker, https://github.com/bohd4nx/coinprice/issues
Keywords: cryptocurrency,crypto,coinprice,price,tracking,prices,finance,binance,coin,exchange,crypto-tracking
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: colorama
Requires-Dist: beautifulsoup4
Requires-Dist: packaging

<h2 align="center">
  Crypto Tracker <em>(coinprice)</em><br/>

[//]: # (  <a href="https://coinprice.bohd4n.dev/" target="_blank">coinprice.bohd4n.dev</a>)

</h2>

<p align="center">
 Crypto Tracker (coinprice) is a Python module that allows you to track the prices of cryptocurrencies in real-time. 
You can specify the cryptocurrency you want to track and the module will provide you with live updates on its price.
</p>

<div align="center">

[![PyPI version](https://img.shields.io/pypi/v/coinprice)](https://pypi.org/project/coinprice/)
[![PyPi license](https://badgen.net/pypi/license/pip/)](https://pypi.org/project/coinprice/)
[![Downloads](https://static.pepy.tech/badge/coinprice)](https://pepy.tech/project/coinprice)
[![PyPI format](https://img.shields.io/pypi/format/coinprice.svg)](https://pypi.org/project/coinprice/)

</div>

---

## Features

- Track the prices of various cryptocurrencies in real-time with updates.
- Display price changes in color depending on rise or decline.
- Flexible command-line interface for easy usage and control.
- Set custom intervals for price updates according to your needs.
- Prices are sorted from highest to lowest for clear comparison.
- Fully customizable and adaptable to your preferences.
- Open-source project for transparency and community input.
- Simple and efficient tracking of crypto prices.

---


![image](https://github.com/user-attachments/assets/4abcba26-f636-4361-ac06-d1478780671d)
![image](https://github.com/user-attachments/assets/3b5ad5f5-c79f-4301-97bb-0e7703a0fb81)
![image](https://github.com/user-attachments/assets/7e21d8e0-044b-4aa7-a5ab-053086dec5f6)

---

## Installation

You can install Crypto Tracker(coinprice) using pip:

```
pip install coinprice
```

## Usage

To track the price of a cryptocurrency, simply run the following command:

```
price <coin>
```

```
price <coin> [-t time]
```

```
price <coin> [--exchange name]
```

```
price <coin> [--exchange name] [-t time]
```

To track the Anonymous Numbers Price, simply run the folowing command:

```
price 8num
```

```
price 8num [-t time]
```

Replace `<coin>` with the cryptocurrency you want to track (e.g., btc, eth). You can optionally specify the interval (in seconds) for price updates using the `-t` or `--interval` flag. By default, the interval is set to 30  seconds.

Example usage:

```
price btc                        Track the price of Bitcoin from all exchanges.
price eth --binance              Track Ethereum price from Binance with default interval.
price ltc --coinbase -t 10       Track Litecoin price on Coinbase in 10 second intervals.
price 8num                       Track Anonymous Telegram Numbers price.
```

## Contributing

Contributions to Crypto Tracker are welcome! If you find any bugs or have suggestions for new features, please open an [issue](https://github.com/bohd4nx/coinprice/issues) or submit a [pull request](https://github.com/bohd4nx/coinprice/pulls) on GitHub.

## License

Crypto Tracker is released under the MIT License. See [LICENSE](https://github.com/bohd4nx/coinprice/blob/main/LICENSE) for details.
