My personal helper scripts for Python 3
- downloader.py -- multiplatform object for downloading the file from internet with graphical progress in command line. This modul using terminalsize.py.
- terminalsize.py -- modul to get terminal size (script from author jtriley with minor changes by me). Thank you jtriley for this.