Awesome-Python-Scripts
Awesome-Python-Scripts copied to clipboard
A curated collection of some :heart_eyes: cool Python scripts.
This is a simple implementation of the FLAMES game where two names are given as input(string) and the number of unique letters is calculated. The correct letter corresponding to the...
# This is a easy and medium level Issue. - **Web scraping is data scraping technique used for extracting data from websites.** - **Try to add some basic and advance...
Hello, This is my #6 PR regarding Awesome-Python-Scripts and #1 for Image Processing. Please add it. Thanks, Gulshan Baraik
This script can be used to display a randomly generated joke by the pyjokes library as a desktop notification Issue relates to #276
This is a Python-Telgram Bot built with the Telegram wrapper in Python. It can be used to dispense memes, jokes, riddles and so on. Issue relates to #273
This script can be used to scrape all the URL's of the imageflip meme templates. Issue related to #92
In this script, I aim to build a Whatsapp bot, that will display the current statistics of COVID-19 given a county or any Indian state or district
This script implements the famous Conway's Game of Life in PyGame
I want to make a story reader which will read the story from pdf or txt files. You can assign an appropriate label to it, I will suggest to count...
The issue is that if the searched item not available BeautifulSoup returns None. So simply check for the element before getting the text from it. After that exit the process...