Ru: Использование: перед использованием скрипта надо установить модуль colorama: pip install colorama у кого ^ не работает, то: pip3 install colorama у кого не работает и ^, скорее всего у вас не установлен python, благо гайдов по установке python много, погуглите.
Запуск: запустить скрипт можно предварительно перейдя в директорию со скриптом и запустив его командой: python main.py у кого ^ не работает: python3 main.py Пользуйтесь!
En: Usage: before using the script, you need to install the colorama module: pip install colorama for whom ^ does not work, then: pip3 install colorama who does not work and ^, most likely you do not have python installed, since there are many guides for installing python, google it.
Run: you can run the script by first going to the directory with the script and running it with the command: python main.py for whom ^ does not work: python3 main.py Use it!