Update README.md

This commit is contained in:
Андрей 2021-04-02 20:10:01 +04:00 committed by GitHub
parent 4e70127ecf
commit 99d8952ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,13 @@
# PythonTransliteration # python-scripts
Python script for transliterating Russian text My useful python scripts.
> Original file: [aruseni/translit_v4.py](https://gist.github.com/aruseni/1685068) - `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.