Update README.md

This commit is contained in:
Andrey 2021-08-05 18:32:51 +04:00 committed by GitHub
parent 22ce149479
commit 0aff019f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ My useful python scripts.
- `speechrecog.py` - example of using Google speech recognition (module `SpeechRecognition`). - `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) - `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. - `virustotal_scanning.py` - scanning files on VT.
- `yt_commentsort.py` - searching comments in a specified YouTube video by a search query (replace `YOUR_API_KEY` with your API Key). - `yt_commentsort.py` - searching comments in a specified YouTube video by a search query (replace `***YOUR_API_KEY***` with your API Key).