Skip to content

Riyum/termcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termcs

Terminal crypto screener written in Python

PyPI PyPI - Python Version Black MIT

FeaturesInstallUsage

Table of Contents
  1. Features
  2. Install
  3. Usage
  4. Table notation
  5. FAQ
  6. Credits
  7. License

Features

  • Price and 24H statistics updates for all BUSD/USDT pairs at Binance
    • Real-time price
    • Statistics update every 60 seconds
    • Choose to show BUSD or USDT or both pairs
    • UP/DOWN/BEAR/BULL pairs are excluded from the table
  • Search the table with regex compatible patterns
  • Full/mini table mode
    • When in mini mode only the top and bottom 15 pairs are shown
  • Sort the table by a specific column
  • Cross platform
    • Windows, macOS and Linux ready.

(back to top)

Requirements

  • python 3.7.7+

Install

pip install termcs

Run

termcs

(back to top)

Usage

To sort the table, simply click on the column header

Keybindings

  • f - Full/mini table
  • / - Search (by base asset name)
  • Esc - Exit search mode
  • q - Quit back to the terminal

Pair control

  • b - Show BUSD pairs only
  • t - Show USDT pairs only
  • o - Show both pairs
  • p - Show/hide quote asset name

(back to top)

Table notation

Column Description
Price Current price (USD)
Change The difference between the current price and the price 24 hours ago (percentage)
High Highest price for the last 24 hours (USD)
Low Lowest price for the last 24 hours (USD)
High Change The difference between the current price and the highest 24 hour price (percentage)
Low Change The difference between the current price and the lowest 24 hour price (percentage)
Volume Trading pair volume for the last 24 hours

(back to top)

FAQ

Q: What's determine the asset pair when both pairs are presented in the table ?

A: The pair with the higher volume.

Q: Why there is a note "CHANGE PAIR RESTRICTION ENABLED" above the table ?

A: There is a limit of (approx) 27 times you can press the b / t / o keys in one minute, it is done in order to respect the API limit usage and avoid bans

Read more

(back to top)

Credits

This software uses the following open source packages:

License

MIT

(back to top)