Update README.md

This commit is contained in:
Андрей 2021-06-09 14:40:25 +04:00 committed by GitHub
parent c6e16ba8fa
commit 240f149683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ My useful python scripts.
- `apk_mixer` - view https://habr.com/ru/post/422885/ - `apk_mixer` - view https://habr.com/ru/post/422885/
- `dlimg` - script for automatically downloading images from URLs, specified in file list.txt. - `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](https://github.com/DarkCat09/Math_BruteForce). - `math_bruteforce` - scripts for "bruteforcing" mathematical expressions. Merge from [DarkCat09/Math_BruteForce](https://github.com/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 file cities.csv with cities, you can use it. Please, don't execute rp5id_parser, it can overload the RP5 servers. - `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. - `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](https://4pda.ru/forum/index.php?s=&showtopic=256807&view=findpost&p=105705978), [My RegExp](https://regexr.com/5q42v). - `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).
- `calculator.py` - calculator :) - `calculator.py` - calculator :)