From 9c0c6b959c63a83087577f5bf1df621d48aba0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9?= <50486086+DarkCat09@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:36:14 +0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6297560..7d6ad32 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # 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](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. - `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](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 :) - `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.