Skip to main content

A python package to get wealth rank depending on number of bitcoin/ethereum

Project description

Crypto Wealth Rank

Downloads

A simple python package to get crypto wealth rank.

ranks are as follows:

Shrimp: less than 1 BTC
Crab: 1 to 10 BTC
Octopus: 10 to 50 BTC
Fish: 50 to 100 BTC
Dolphin: 100 to 500 BTC
Shark: 500 to 1000 BTC
Whale: >1000 BTC
Humpback: >5000 BTC

Table of Contents

Installation

Install the package using pip:

pip install crypto-wealth-rank

Usage

from crypto_wealth_rank import rank_wealth

eth_balance = 100
rank = rank_wealth(eth_balance)
print(rank)  # Fish

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crypto-wealth-rank-0.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

crypto_wealth_rank-0.1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page