Setup
Using Python 3.x Install requirements :
pip install -r requirements.txt
Done !
Usage
python ./binance_hifreq.py <symbol> -t <candle duration, default : 5 (seconds)> -d <length of data, default : 5 (minutes)>
Exemple : python3 ./binance_hifreq.py -t 2 -d 10

Disclaimer
I did this over a day, this is only a prototype, but I plan to improve it more for some cool visualisations.
The program uses a win32 lib for getting the size of the window, can be modified, but works only on Windows yet.