Skip to content

Waxxx333/cryptkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script ETH Python g Blah fff

CryptKit | Crypto Toolkit

· A multi-function crypto toolkit written in Python ·


· Functions:
  • Has installation script for Linux-based systems
  • Get conversion/exchange rates
    • Conversion rate for crypto currency to your local fiat
    • Conversion rate for local fiat to crypto currency
    • Conversion rate for crypto to crypto swap
      • Over 150 currencies supported
  • Check crypto prices
    • Check prices on specified coins
    • Check prices on 200+ coins all at once
  • List decentralized exchanges(DEXes)
    • List ~100 top DEXes
  • Advanced usage
    • Helpful tips for running the script
  • Get "today's" info on coins

• Installation/Usage

° To install:

git clone --depth 1 https://github.com/Waxxx333/cryptkit.git
cd cryptkit
chmod +x install.sh
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ ./install.sh

° Or simply run it:

git clone --depth 1 https://github.com/Waxxx333/cryptkit.git
cd cryptkit
chmod +x cryptkit
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ python3 cryptkit -h/--help
cryptkit.py crypto toolkit

options:
  -h, --help            Show this help menu
  -t [COIN], --today [COIN] Get today's details on a coin
  -u [KEYWORD], --usage [KEYWORD] Advanced Usage
  -v, --version         cryptkit Version
  -l, --list            List some common crypto currencies
  -e, --exchanges       List ~100 decentralized exchanges
  -c [CURRENCY], --convert [CURRENCY] Currency to convert
  -i INTO, --into INTO  Currency to convert into
  -n [AMOUNT], --amount [AMOUNT] Amount to convert
  -p [PRICE], --price [PRICE] Retrieve crypto prices

• Conversion/Exchange rate function

· Use the coin's abreviation for the convert function
# cryptkit --convert/-c [USD/GBP/CAD/EUR/ETH] --into/-i [USD/GBP/CAD/EUR/ETH] --amount/-n [AMOUNT]
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit -c sol -i usd -n 3.9
[■] Conversion is courtesy of: cryps.info
[■] 3.9 SOL to USD (Solana to US Dollar)  [■]
[■] 3.9 SOL = 437.0368 U$D [■]

• Check current crypto prices

° By default it will retrieve just ETH and BTC prices, but you can specify a currency to check the price on by adding it to the --price/-p flag

· Just check Ethereum and Bitcoin
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit -p
[■] ₿TC Price: $37,875.6767
[■] ΞTH Price: $2611 .::. Down: -3.83634%
· Check the price of a specified coin. Use full name.
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit -p ravencoin
[■] RVN Price: $0.05963
[■] ₿TC Price: $$42,712.42
[■] ΞTH Price: $3248 .::. Up: +1.17561%
· Check the price of over 200 coins all at once
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit -p all
[■] Name         Price         Alt                 
[■] Moonriver    $67.57        MOVR                
[■] PancakeSwap  $6.74         CAKE                
[■] Helium       $24.91        HNT                 
[■] Siacoin      $0.009572      SC                  
[■] Polkadot     $18.44        DOT                 
[■] Request      $0.2214       REQ                 
[■] OKB          $17.87        OKB                 
[■] Zilliqa      $0.04461      ZIL                 
[■] Secret       $5.40         SCRT                
[■] GateToken    $6.76         GT 

• List some common crypto currencies

┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit -l
[■] Some common crypto currencies [■]
[■] Name       Abreviation             
[■] Celo       celo                
[■] MXC        mxc                 
[■] Ravencoin  rvn                 
[■] WazirX     wrx                 
[■] NEM        xem                 
[■] Decred     dcr                 
[■] JOE        joe                 
[■] Qtum       qtum                
[■] Dogecoin   doge

• Advanced usage

° More specific help using keywords

· Usage: --usage/-u price/convert/today/all
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit --usage      
# cryptkit optional arguments:
-c, --convert      # Currency to convert [USD, GBP, EUR, BTC, DOGE, etc]
-i, --into         # Currency to convert into [BTC, MATIC, USD, GPB, etc]
-n, --amount       # Amount to convert [0.00000001 - 1000000]
-u, --usage        # Show advanced help: [convert, today, price, all] 
-p, --price        # Get crypto prices [all,{specified coin},blank] 
-l, --list         # List some common crypto currencies
-e, --exchanges    # List exchanges
-t, --today        # Get today's info on a coin
-h, --help         # Show standard help menu 
· Tips on using price function
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit --usage price
# Price examples:
cryptkit -p litecoin # Get the price of Litecoin
cryptkit -p 'ethereum classic' # Use quotes for two-word cryptos
cryptkit -p [blank] # Leave blank for Ξthereum and ₿itcoin
cryptkit -p all # Retrieve prices on 200+ crypto currencie 
· Tips on using the convert function
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗ cryptkit --usage convert
# Conversion examples:
cryptkit -c usd -i btc -n 125 # Convert $125 into ₿itcoin
cryptkit --convert sol --into usd --amount 9.5 # Convert 9.5 Solana into USD.
cryptkit -c matic -i eth -n 2000 # Convert 2000 MATIC into Ξthereu 

• Retrieve daily info on a coin

° Leave blank to check Bitcoin or provide a coin

· Usage: --today/-t [blank]/[coin]
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗  cryptkit -t
[■] Real Name         Price               
[■] Bitcoin           $40,492.60          
The live Bitcoin price today is $40,492.60 USD with a 24-hour trading volume of $29,741,955,564 USD. We update our BTC to USD price in real-time. Bitcoin is down 5.96% in the last 24 hours. The current CoinMarketCap ranking is #1, with a live market cap of $769,719,787,930 USD. It has a circulating supply of 19,008,900 BTC coins and a max. supply of 21,000,000 BTC coins.
What is  Bitcoin (BTC)?Bitcoin is a decentralized cryptocurrency originally described in a 2008 whitepaper by a person, or group of people, using the alias Satoshi Nakamoto. It was launched soon after, in January 2009.
· Supply a coin with the --today/-t thorchain
┌──[яoot@ᴡɪɴᴅᴏᴡꜱ95]-<cryptkit>
└─⋗  cryptkit -t thorchain
[■] Real Name         Price               
[■] THORChain         $7.88               
The live THORChain price today is $7.88 USD with a 24-hour trading volume of $155,737,269 USD. We update our RUNE to USD price in real-time. THORChain is down 15.90% in the last 24 hours. The current CoinMarketCap ranking is #46, with a live market cap of $2,606,719,852 USD. It has a circulating supply of 330,688,061 RUNE coins and a max. supply of 500,000,000 RUNE coins.
What is  THORChain (RUNE)?THORCHain is a decentralized liquidity protocol that allows users to easily exchange cryptocurrency assets across a range of networks without losing full custody of their assets in the process.

· Screenshots ·

To Do

  • Add more distros' package managers to the installer
  • Make installer work in Winblows
  • Make installer work with Termux
  • Make STDOUT prettier on Termux
  • A side-by-side comparison function
  • Portfolio
Changes
  • ·..·
· Requirements: python-requests | but the installation script will attempt to install it in Linux based systems.
· For Windows and Termux you will have to manually install python-requests. You will need pip if you're on Windows or Termux to install requests. I will be fixing this at some point. Right now the installer supports: openSUSE, Arch-based distros, Debian-based distros and Fedora
· cryptkit now has tab completion if you install it via install.sh. You must be using zsh or bash and you also need to have bash-completion for bash or zsh-completions for zsh. Run the install script, close your shell, reopen a shell and type cryptkit -- (two hyphens) and press tab. Has an advanced usage menu for extra hep with its functions.
Price conversions are from cryps.info
Price checks are from: coinmarketcap, and walletinvestor



About

Crypto Toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published