Some useful python scripts
apk_mixer | ||
base64passwds.py | ||
calculator.py | ||
fasticoconverter.py | ||
habr_parser.py | ||
lpucoznet_parser.py | ||
minecraft_buildingwaterfall.py | ||
minecraft_diamondtower.py | ||
minecraft_findblock.py | ||
minecraft_workingwithblocks.py | ||
music_rnd_pauser.py | ||
README.md | ||
speechrecog.py | ||
translit.py | ||
virustotal_scanning.py |
python-scripts
My useful python scripts.
apk_mixer
- view https://habr.com/ru/post/422885/base64passwds.py
- writes your credentials to a file, encrypting password using Base64.calculator.py
- calculator :)fasticoconverter.py
- I tried to use online-convert.com API...habr_parser.py
- script for parsing articles from Habr, using XPath (modulelxml
). Created for this project.lpucoznet_parser.py
- script for downloading Linkin Park albums.minecraft_*.py
- some interesting scripts on Minecraft API.music_rnd_pauser.py
- randomly pause music; press ENTER to resume. Pass the filename (MP3 recommended) as the first argument.speechrecog.py
- example of using Google speech recognition (moduleSpeechRecognition
).translit.py
- transliteration for Russian text. Original file: aruseni/translit_v4.pyvirustotal_scanning.py
- scanning files on VT.