├── README.md ├── apk_mixer ├── apk │ ├── 1.apk │ └── 2.apk ├── apk_mixer.py └── tools │ ├── apktool.jar │ └── testsign.jar ├── base64passwds.py ├── bookrename.py ├── calculator.py ├── dlimg ├── list.txt └── main.py ├── fasticoconverter.py ├── habr_parser.py ├── lpucoznet_parser.py ├── math_bruteforce ├── control_equation_bruteforce.py ├── logic_exercise_bruteforce.py ├── mathsigns_bruteforce_light.py └── xbruteforce_div.py ├── minecraft_buildingwaterfall.py ├── minecraft_diamondtower.py ├── minecraft_findblock.py ├── minecraft_workingwithblocks.py ├── music_rnd_pauser.py ├── rp5id_parser ├── belarus.csv ├── main.py ├── russia.csv ├── uk.csv ├── ukraine.csv └── usa.csv ├── soi.py ├── speechrecog.py ├── translit.py ├── virustotal_scanning.py └── yt_commentsort.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/README.md -------------------------------------------------------------------------------- /apk_mixer/apk/1.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/apk_mixer/apk/1.apk -------------------------------------------------------------------------------- /apk_mixer/apk/2.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/apk_mixer/apk/2.apk -------------------------------------------------------------------------------- /apk_mixer/apk_mixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/apk_mixer/apk_mixer.py -------------------------------------------------------------------------------- /apk_mixer/tools/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/apk_mixer/tools/apktool.jar -------------------------------------------------------------------------------- /apk_mixer/tools/testsign.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/apk_mixer/tools/testsign.jar -------------------------------------------------------------------------------- /base64passwds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/base64passwds.py -------------------------------------------------------------------------------- /bookrename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/bookrename.py -------------------------------------------------------------------------------- /calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/calculator.py -------------------------------------------------------------------------------- /dlimg/list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/dlimg/list.txt -------------------------------------------------------------------------------- /dlimg/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/dlimg/main.py -------------------------------------------------------------------------------- /fasticoconverter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/fasticoconverter.py -------------------------------------------------------------------------------- /habr_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/habr_parser.py -------------------------------------------------------------------------------- /lpucoznet_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/lpucoznet_parser.py -------------------------------------------------------------------------------- /math_bruteforce/control_equation_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/math_bruteforce/control_equation_bruteforce.py -------------------------------------------------------------------------------- /math_bruteforce/logic_exercise_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/math_bruteforce/logic_exercise_bruteforce.py -------------------------------------------------------------------------------- /math_bruteforce/mathsigns_bruteforce_light.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/math_bruteforce/mathsigns_bruteforce_light.py -------------------------------------------------------------------------------- /math_bruteforce/xbruteforce_div.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/math_bruteforce/xbruteforce_div.py -------------------------------------------------------------------------------- /minecraft_buildingwaterfall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/minecraft_buildingwaterfall.py -------------------------------------------------------------------------------- /minecraft_diamondtower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/minecraft_diamondtower.py -------------------------------------------------------------------------------- /minecraft_findblock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/minecraft_findblock.py -------------------------------------------------------------------------------- /minecraft_workingwithblocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/minecraft_workingwithblocks.py -------------------------------------------------------------------------------- /music_rnd_pauser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/music_rnd_pauser.py -------------------------------------------------------------------------------- /rp5id_parser/belarus.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/rp5id_parser/belarus.csv -------------------------------------------------------------------------------- /rp5id_parser/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/rp5id_parser/main.py -------------------------------------------------------------------------------- /rp5id_parser/russia.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/rp5id_parser/russia.csv -------------------------------------------------------------------------------- /rp5id_parser/uk.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/rp5id_parser/uk.csv -------------------------------------------------------------------------------- /rp5id_parser/ukraine.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/rp5id_parser/ukraine.csv -------------------------------------------------------------------------------- /rp5id_parser/usa.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/rp5id_parser/usa.csv -------------------------------------------------------------------------------- /soi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/soi.py -------------------------------------------------------------------------------- /speechrecog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/speechrecog.py -------------------------------------------------------------------------------- /translit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/translit.py -------------------------------------------------------------------------------- /virustotal_scanning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/virustotal_scanning.py -------------------------------------------------------------------------------- /yt_commentsort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkCat09/python-scripts/HEAD/yt_commentsort.py --------------------------------------------------------------------------------