Awesome-Python-Scripts icon indicating copy to clipboard operation
Awesome-Python-Scripts copied to clipboard

A curated collection of some :heart_eyes: cool Python scripts.

Results 104 Awesome-Python-Scripts issues
Sort by recently updated
recently updated
newest added
trafficstars

This script detects the face from an image or video and blurs the image of the Face. ![image](https://user-images.githubusercontent.com/53618500/91996328-7985be80-ed56-11ea-9165-b9cc6d1ab294.jpeg)

@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...

CH20
Hard

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