crypto-cli-tool


Namecrypto-cli-tool JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/905timur/crypto-cli
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.
upload_time2024-12-23 12:27:02
maintainerNone
docs_urlNone
authorTimur Gabaidulin
requires_python>=3.6
licenseNone
keywords cryptocurrency cli tool crypto price
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/905timur/crypto-cli",
    "name": "crypto-cli-tool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "cryptocurrency cli tool crypto price",
    "author": "Timur Gabaidulin",
    "author_email": "timur.gab@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/6a/0f4fbec2548831be38ae07743d39ef34412d5287f05f5e44d654048f027d/crypto_cli_tool-0.0.3.tar.gz",
    "platform": null,
    "description": "# crypto-cli-tool \ud83d\ude80\n\nA command-line interface (CLI) tool to fetch cryptocurrency prices. \ud83d\udcb0\n\n## About \ud83d\udcda\n\n`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.\n\n## Installation \u2699\ufe0f\n\nYou can install `crypto-cli-tool` using one of the following methods:\n\n### Using pip (Recommended) \ud83d\udce6\n# If you are NOT using pip, you will need to install dependencies > see requirements.txt) \n\nInstall with pip for easy and quick setup:\n\n```bash\npip install crypto-cli-tool\n```\n\n### Using curl \ud83c\udf10\n\nThis method allows you to download and install the script manually:\n\n```bash\ncurl -sSL https://github.com/905timur/crypto-cli/raw/main/crypto.cli.tool -o crypto.cli.tool\nchmod +x crypto.cli.tool\nsudo mv crypto.cli.tool /usr/local/bin/crypto.cli\n```\n\n### Using git clone \ud83d\udee0\ufe0f\n\nFor developers or those who prefer manual installation:\n\n```bash\ngit clone https://github.com/905timur/crypto-cli\ncd crypto-cli\npython setup.py install\n```\n### Usage \ud83d\udda5\ufe0f\n\nOnce installed, you can use the crypto.cli command to fetch cryptocurrency prices. \n\nFor example:\n\n```bash\ncrypto.cli bitcoin\ncrypto.cli ethereum\ncrypto.cli litecoin\n```\n\nFor a full list of options, see the help menu:\n\n```bash\ncrypto.cli --help\n```\n\n### Contributing \ud83e\udd1d\n\nThis project welcomes contributions to improve the tool further! Please feel free to submit pull requests or open issues for any bugs or feature requests.\n\nNot 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.\n\n### License \ud83d\udcdd\n\nThis project is licensed under the MIT License.\n",
    "bugtrack_url": null,
    "license": null,
    "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.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/905timur/crypto-cli"
    },
    "split_keywords": [
        "cryptocurrency",
        "cli",
        "tool",
        "crypto",
        "price"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a50c0a05fd10ed7efd537c2ee6b92b649cb92b217f6fb0c2156abafc064f3e16",
                "md5": "f36ce1afa522b761049bae6fcfa4b52a",
                "sha256": "e4a6825ae15a9f6aae7691a70bf1299238797b0b5d154c01f236b2b9eaa34175"
            },
            "downloads": -1,
            "filename": "crypto_cli_tool-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f36ce1afa522b761049bae6fcfa4b52a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3176,
            "upload_time": "2024-12-23T12:27:00",
            "upload_time_iso_8601": "2024-12-23T12:27:00.320885Z",
            "url": "https://files.pythonhosted.org/packages/a5/0c/0a05fd10ed7efd537c2ee6b92b649cb92b217f6fb0c2156abafc064f3e16/crypto_cli_tool-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "626a0f4fbec2548831be38ae07743d39ef34412d5287f05f5e44d654048f027d",
                "md5": "e588b72d587f7ca0f2a275692d67466a",
                "sha256": "8b04c2b7e1a618a4306fb8146de54bd84221309dfb03e86298a766aa71db144b"
            },
            "downloads": -1,
            "filename": "crypto_cli_tool-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e588b72d587f7ca0f2a275692d67466a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3034,
            "upload_time": "2024-12-23T12:27:02",
            "upload_time_iso_8601": "2024-12-23T12:27:02.427789Z",
            "url": "https://files.pythonhosted.org/packages/62/6a/0f4fbec2548831be38ae07743d39ef34412d5287f05f5e44d654048f027d/crypto_cli_tool-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-23 12:27:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "905timur",
    "github_project": "crypto-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "crypto-cli-tool"
}
        
Elapsed time: 0.46517s