From 99d8952ce061ad276fd55cc1584c8d96233c5682 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:10:01 +0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index baa60a2..2690a88 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# PythonTransliteration -Python script for transliterating Russian text -> Original file: [aruseni/translit_v4.py](https://gist.github.com/aruseni/1685068) +# python-scripts +My useful python scripts. +- `apk_mixer` - view https://habr.com/ru/post/422885/ +- `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... +- `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. +- `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.