From 8e4d4242d2596fa02d19487e29c0b30128c9d663 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: Fri, 2 Apr 2021 20:15:52 +0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2690a88..c39d646 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # python-scripts 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. - `calculator.py` - calculator :) - `fasticoconverter.py` - I tried to use online-convert.com API...