Awesome-Python-Scripts
Awesome-Python-Scripts copied to clipboard
A curated collection of some :heart_eyes: cool Python scripts.
This script detects the face from an image or video and blurs the image of the Face. 
@ankitdobhal Can you assign me this issue and also add an appropriate label. It uses Markov Chains to generate new Lyrics from the given input lyrics. Note: I am a...
This script can be used to get lyrics of any english song Issue relates to #92
Issue #91 Karatsuba multiplication for fast multiplication using Divide and Conquer approach for long numbers.
Hi, I found a bug in Amazon-price-tracker script, which crashes the process if the given product is not available or out of stock. The original error is ``` Traceback (most...
Issue #91 Program for getting the count of number of words, number of lines and number of characters from the file. @SKAUL05 please review my code and suggest the changes...
This is basically the first version. Works completely fine but I will add more and more processing styles later on.
This script can be used to convert text-to-speech when: - Text in entered in the script - Text embedded in an image using OCR - Text got from Wikipedia regarding...
**Python Basic Calculator** Swarup Bhanja Chowdhury swarupbhanjachowdhury.gmail.com
This script simulates John Conway's cellular automation, Game of Life in PyGame