/LiquidityCalculator

Liquidity Pool calculator for Stablecoins.

Primary LanguagePython

LiquidityCalculator

Liquid Swap / PancakeSwap Liquidity Pool calculator.

THIS ONLY WORKS WITH STABLECOINS LPs!

If you want to calculate the swap in prices on the couple BNB/BUSD, it will collect data from CoinMarketCap to get the actual price of BNB in BUSD.

How to install:

Python:

You will need to install the requests library, by typing in your console:

pip install requests

Windows:

Download the latest build here

I compiled it with autopytoexe. It will take some time to load (about 5 seconds).

Warning!

When you download the .exe, your browser might detect it as a virus. It usually happens with programs that have got too few downloads. The VirusTotal Scan shows that it's not harmful, at best it gets detected as a "Heuristic threat". This is a common thing happening when using autopytoexe to convert python files to exe. In any case, remember that you can always use the Python file, as it is opensource and you can just look at it.