python-scripts/README.md

19 lines
1.9 KiB
Markdown
Raw Normal View History

2021-04-02 19:10:01 +03:00
# python-scripts
My useful python scripts.
- `apk_mixer` - view https://habr.com/ru/post/422885/
2021-06-08 15:36:14 +03:00
- `dlimg` - script for automatically downloading images from URLs, specified in file list.txt.
2021-04-02 19:15:52 +03:00
- `math_bruteforce` - scripts for "bruteforcing" mathematical expressions. Merge from [DarkCat09/Math_BruteForce](https://github.com/DarkCat09/Math_BruteForce).
2021-06-08 15:36:14 +03:00
- `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 file cities.csv with cities, you can use it. Please, don't execute rp5id_parser, it can overload the RP5 servers.
2021-04-02 19:10:01 +03:00
- `base64passwds.py` - writes your credentials to a file, encrypting password using Base64.
2021-06-08 15:36:14 +03:00
- `bookrename.py` - script for renaming PDF,DOC(X),ODF,EPUB,FB2,TXT-books by template. [A question on 4PDA about renaming over 1000 books](https://4pda.ru/forum/index.php?s=&showtopic=256807&view=findpost&p=105705978), [My RegExp](https://regexr.com/5q42v).
2021-04-02 19:10:01 +03:00
- `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](https://github.com/IngCenter/SMM) 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.
2021-06-08 08:12:15 +03:00
- `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.
2021-04-02 19:10:01 +03:00
- `speechrecog.py` - example of using Google speech recognition (module `SpeechRecognition`).
- `translit.py` - transliteration for Russian text. Original file: [aruseni/translit_v4.py](https://gist.github.com/aruseni/1685068)
- `virustotal_scanning.py` - scanning files on VT.