<div align="center">
# 📊 Crypto Tracker
*Real-time cryptocurrency price tracking made simple*
[![PyPI version](https://img.shields.io/pypi/v/coinprice)](https://pypi.org/project/coinprice/)
[![Python Versions](https://img.shields.io/pypi/pyversions/coinprice.svg)](https://pypi.org/project/coinprice/)
[![Downloads](https://static.pepy.tech/badge/coinprice)](https://pepy.tech/project/coinprice)
[![License](https://img.shields.io/github/license/bohd4nx/coinprice)](LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/bohd4nx/coinprice)](https://github.com/bohd4nx/coinprice/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/bohd4nx/coinprice)](https://github.com/bohd4nx/coinprice/issues)
</div>
## 🚀 Features
- **Real-Time Tracking** - Live cryptocurrency price updates
- **Multi-Exchange Support** - Track prices across major exchanges:
- Binance, Coinbase, Kraken, KuCoin, and more
- **Rich Interface** - Beautiful console output with color-coded changes
- **Custom Intervals** - Flexible update frequency (minimum 5 seconds)
- **Fragment Numbers** - Special support for Telegram's Fragment numbers
- **Error Handling** - Robust error management and fallbacks
- **Easy to Use** - Simple CLI interface
- **Cross-Platform** - Works on Windows, macOS, and Linux
## 📸 Screenshots
<div align="center" style="display: flex; justify-content: space-between; margin: 20px 0;">
<img src="https://github.com/user-attachments/assets/5cbbfdcb-7c32-40cd-ac22-ee377870adbf" width="49%">
<img src="https://github.com/user-attachments/assets/debba798-40e9-4d45-bb3f-3d2970410efd" width="49%">
</div>
## 💻 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/bohd4nx/coinprice",
"name": "coinprice",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "cryptocurrency, crypto, coinprice, price, tracking, prices, finance, binance, coin, exchange, crypto-tracking",
"author": "Bohdan (bohd4nx)",
"author_email": "Bohd4n@proton.me",
"download_url": "https://files.pythonhosted.org/packages/a7/9b/cc46c6a7e944d3f2e019c5586587e50fb85d714641fdc9510aa8d8e88fd4/coinprice-2025.1.0.tar.gz",
"platform": null,
"description": "<div align=\"center\">\r\n\r\n# \u00f0\u0178\u201c\u0160 Crypto Tracker\r\n*Real-time cryptocurrency price tracking made simple*\r\n\r\n[![PyPI version](https://img.shields.io/pypi/v/coinprice)](https://pypi.org/project/coinprice/)\r\n[![Python Versions](https://img.shields.io/pypi/pyversions/coinprice.svg)](https://pypi.org/project/coinprice/)\r\n[![Downloads](https://static.pepy.tech/badge/coinprice)](https://pepy.tech/project/coinprice)\r\n[![License](https://img.shields.io/github/license/bohd4nx/coinprice)](LICENSE)\r\n[![GitHub stars](https://img.shields.io/github/stars/bohd4nx/coinprice)](https://github.com/bohd4nx/coinprice/stargazers)\r\n[![GitHub issues](https://img.shields.io/github/issues/bohd4nx/coinprice)](https://github.com/bohd4nx/coinprice/issues)\r\n\r\n</div>\r\n\r\n## \u00f0\u0178\u0161\u20ac Features\r\n\r\n- **Real-Time Tracking** - Live cryptocurrency price updates\r\n- **Multi-Exchange Support** - Track prices across major exchanges:\r\n - Binance, Coinbase, Kraken, KuCoin, and more\r\n- **Rich Interface** - Beautiful console output with color-coded changes\r\n- **Custom Intervals** - Flexible update frequency (minimum 5 seconds)\r\n- **Fragment Numbers** - Special support for Telegram's Fragment numbers\r\n- **Error Handling** - Robust error management and fallbacks\r\n- **Easy to Use** - Simple CLI interface\r\n- **Cross-Platform** - Works on Windows, macOS, and Linux\r\n\r\n## \u00f0\u0178\u201c\u00b8 Screenshots\r\n\r\n<div align=\"center\" style=\"display: flex; justify-content: space-between; margin: 20px 0;\">\r\n <img src=\"https://github.com/user-attachments/assets/5cbbfdcb-7c32-40cd-ac22-ee377870adbf\" width=\"49%\">\r\n <img src=\"https://github.com/user-attachments/assets/debba798-40e9-4d45-bb3f-3d2970410efd\" width=\"49%\">\r\n</div>\r\n\r\n## \u00f0\u0178\u2019\u00bb Installation\r\n\r\nYou can install Crypto Tracker(coinprice) using pip:\r\n\r\n```\r\npip install coinprice\r\n```\r\n\r\n## Usage\r\n\r\nTo track the price of a cryptocurrency, simply run the following command:\r\n\r\n```\r\nprice <coin>\r\n```\r\n\r\n```\r\nprice <coin> [-t time]\r\n```\r\n\r\n```\r\nprice <coin> [--exchange name]\r\n```\r\n\r\n```\r\nprice <coin> [--exchange name] [-t time]\r\n```\r\n\r\nTo track the Anonymous Numbers Price, simply run the folowing command:\r\n\r\n```\r\nprice 8num\r\n```\r\n\r\n```\r\nprice 8num [-t time]\r\n```\r\n\r\nReplace `<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.\r\n\r\nExample usage:\r\n\r\n```\r\nprice btc Track the price of Bitcoin from all exchanges.\r\nprice eth --binance Track Ethereum price from Binance with default interval.\r\nprice ltc --coinbase -t 10 Track Litecoin price on Coinbase in 10 second intervals.\r\nprice 8num Track Anonymous Telegram Numbers price.\r\n```\r\n\r\n## Contributing\r\n\r\nContributions 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.\r\n\r\n## License\r\n\r\nCrypto Tracker is released under the MIT License. See [LICENSE](https://github.com/bohd4nx/coinprice/blob/main/LICENSE) for details.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Coinprice is a command-line tool for tracking cryptocurrency prices across multiple exchanges.",
"version": "2025.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/bohd4nx/coinprice/issues",
"Documentation": "https://github.com/bohd4nx/coinprice/blob/main/README.md",
"Homepage": "https://github.com/bohd4nx/coinprice",
"Source": "https://github.com/bohd4nx/coinprice"
},
"split_keywords": [
"cryptocurrency",
" crypto",
" coinprice",
" price",
" tracking",
" prices",
" finance",
" binance",
" coin",
" exchange",
" crypto-tracking"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "adb27492b7eb01b99655c18cc207f89f7feb8acad3aa00390da502fe561e5f7c",
"md5": "7e49cbc1dc1607c84cfdd19af0d19922",
"sha256": "a2a16ce4fa51402e238f35ec127e57cac02ae15f791752e5f2b4c0d2ff4a4fca"
},
"downloads": -1,
"filename": "coinprice-2025.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7e49cbc1dc1607c84cfdd19af0d19922",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 12520,
"upload_time": "2025-01-18T19:50:02",
"upload_time_iso_8601": "2025-01-18T19:50:02.719212Z",
"url": "https://files.pythonhosted.org/packages/ad/b2/7492b7eb01b99655c18cc207f89f7feb8acad3aa00390da502fe561e5f7c/coinprice-2025.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a79bcc46c6a7e944d3f2e019c5586587e50fb85d714641fdc9510aa8d8e88fd4",
"md5": "0316c5108987eed86a5fc23b697dbc02",
"sha256": "b06dbe1269a3f505b64a1421303fdf6037b4932c8e9242826180f1fcbb6463a5"
},
"downloads": -1,
"filename": "coinprice-2025.1.0.tar.gz",
"has_sig": false,
"md5_digest": "0316c5108987eed86a5fc23b697dbc02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 11665,
"upload_time": "2025-01-18T19:50:04",
"upload_time_iso_8601": "2025-01-18T19:50:04.436811Z",
"url": "https://files.pythonhosted.org/packages/a7/9b/cc46c6a7e944d3f2e019c5586587e50fb85d714641fdc9510aa8d8e88fd4/coinprice-2025.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-18 19:50:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bohd4nx",
"github_project": "coinprice",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "setuptools",
"specs": [
[
"~=",
"70.0.0"
]
]
},
{
"name": "requests",
"specs": [
[
"~=",
"2.32.3"
]
]
},
{
"name": "bs4",
"specs": [
[
"~=",
"0.0.2"
]
]
},
{
"name": "beautifulsoup4",
"specs": [
[
"~=",
"4.8.2"
]
]
},
{
"name": "colorama",
"specs": [
[
"~=",
"0.4.6"
]
]
},
{
"name": "rich",
"specs": [
[
"==",
"13.7.1"
]
]
},
{
"name": "argparse",
"specs": [
[
"~=",
"1.4.0"
]
]
},
{
"name": "packaging",
"specs": [
[
"~=",
"24.0"
]
]
}
],
"lcname": "coinprice"
}