A python package to get wealth rank depending on number of bitcoin/ethereum
Project description
Crypto Wealth Rank
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for crypto_wealth_rank-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7dacf39354efbacfd9d77ef00890d7762994a4eef3b322d64072c2f191fd401 |
|
MD5 | f58f37404e908c53388df8c09a1962e9 |
|
BLAKE2b-256 | 86038979edd07985732ede50305af2a7d66f023f5715d3447f3387dcea6d388d |