Some useful python scripts
Go to file
2021-08-05 18:32:51 +04:00
apk_mixer Add files via upload 2021-04-02 19:59:51 +04:00
dlimg DownloadImage, RP5IdParser 2021-06-08 16:28:01 +04:00
math_bruteforce One more math bruteforce script 2021-06-08 16:29:22 +04:00
rp5id_parser RP5id_parser regexp bugfix, more countries 2021-06-09 14:37:45 +04:00
base64passwds.py Add files via upload 2021-04-02 19:59:51 +04:00
bookrename.py RegEx update 2021-04-06 11:21:57 +04:00
calculator.py Add files via upload 2021-04-02 19:59:51 +04:00
fasticoconverter.py Add files via upload 2021-04-02 19:59:51 +04:00
habr_parser.py Add files via upload 2021-04-02 19:59:51 +04:00
lpucoznet_parser.py Add files via upload 2021-04-02 19:59:51 +04:00
minecraft_buildingwaterfall.py Add files via upload 2021-04-02 19:59:51 +04:00
minecraft_diamondtower.py Add files via upload 2021-04-02 19:59:51 +04:00
minecraft_findblock.py Add files via upload 2021-04-02 19:59:51 +04:00
minecraft_workingwithblocks.py Add files via upload 2021-04-02 19:59:51 +04:00
music_rnd_pauser.py Add files via upload 2021-04-02 19:59:51 +04:00
README.md Update README.md 2021-08-05 18:32:51 +04:00
soi.py The most useful script for removing StartOfImage 2021-06-08 09:08:51 +04:00
speechrecog.py Add files via upload 2021-04-02 19:59:51 +04:00
translit.py Add files via upload 2020-08-03 17:14:53 +04:00
virustotal_scanning.py Add files via upload 2021-04-02 19:59:51 +04:00
yt_commentsort.py Script for searching YouTube comments by query 2021-08-05 18:31:06 +04:00

python-scripts

My useful python scripts.

  • apk_mixer - view https://habr.com/ru/post/422885/
  • dlimg - script for automatically downloading images from URLs, specified in file list.txt.
  • math_bruteforce - scripts for "bruteforcing" mathematical expressions. Merge from DarkCat09/Math_BruteForce.
  • rp5id_parser - script for parsing Russian cities (IDs and links) from weather web site RP5.Ru. I've already executed this script, so there is files russia.csv, ukraine.csv, usa.csv... with cities in (corresponding to the filename) countries, you can use they. Please, don't execute rp5id_parser, it can overload the RP5 servers.
  • base64passwds.py - writes your credentials to a file, encrypting password using Base64.
  • bookrename.py - script for renaming PDF,DOC(X),ODF,EPUB,FB2,TXT-books by template. A question on 4PDA about renaming over 1000 books, My RegExp.
  • calculator.py - calculator :)
  • fasticoconverter.py - I tried to use online-convert.com API...
  • habr_parser.py - script for parsing articles from Habr, using XPath (module lxml). 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.
  • soi.py - FJCamera saves incorrect jpeg, with twice or triple StartOfImage, so I have to write a script for removing SOI, that works with multiple images.
  • speechrecog.py - example of using Google speech recognition (module SpeechRecognition).
  • translit.py - transliteration for Russian text. Original file: aruseni/translit_v4.py
  • virustotal_scanning.py - scanning files on VT.
  • yt_commentsort.py - searching comments in a specified YouTube video by a search query (replace ***YOUR_API_KEY*** with your API Key).