Update README.md

This commit is contained in:
Андрей 2021-04-06 11:11:07 +04:00 committed by GitHub
parent 14319241bc
commit e7b5e249ba
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/
- `math_bruteforce` - scripts for "bruteforcing" mathematical expressions. Merge from [DarkCat09/Math_BruteForce](https://github.com/DarkCat09/Math_BruteForce).
- `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. [A question on 4PDA about renaming over 1000 books](https://4pda.ru/forum/index.php?s=&showtopic=256807&view=findpost&p=105705978), [My RegExp](regexr.com/5q42v).
- `bookrename.py` - script for renaming PDF,DOC(X),ODF,EPUB,FB2,TXT-books. [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 :)
- `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.