A Collection of Awesome Problem Solving Scripts in Python.
You can contribute by adding new scripts, improving current scripts or Documentation.Here are some Instructions before making a Pull Request
- Create an issue for making any change to code. when issue will be approve you can make a change.
- Add your file in proper folder with README.md in it. Add requirements.txt if needed.
- Use Flake8 locally for linting Python Code.(We have linting checks so if your code fails it we will not merge the PR.)
pip install flake8
READ more at CONTRIBUTING.md
Add your Script|Author_Name|ShortItroduction in Main README.
Script Name | Author | Short introduction to program |
---|---|---|
send-discord_message | CodePerfectplus | Send Github repo notification to Discord with webhooks |
propenster-scripts | Propenster | This Script gets some system info of the user's device |
scrap_github_repos | CodePerfectplus | Scrap GitHub user repos and save it in csv |
html2pdf | convert website to html with CLI | |
sms_sending_script | send sms with python CLI | |
scrap_all_links | oxigen96 | Scrap link from website using Python CLI |
remove_punctuation_number | Remove Punctuation/Number from text file | |
countries_trivia_game | Propenster | Simple trivia quiz game that loads questions and answers from a CSV file |
scrap_all_email | CodePerfectplus | Scrap all email from input website |
jpeg_to_png | CodePerfectplus | Convert image format jpeg_to_png CLI tool |
website_cloner | CodePerfectplus | clone website using python |
alphabet_analyzer | Natsumi H. | Analyze how common each letter is in the English alphabet |
check_weather | roopeshvs | Get The Weather Of Your City using Python CLI |
ebook_to_kindle | roopeshvs | convert Ebook to Kindle format |
downlod_mp3 | parasgupta44 | download mp3 from youtube |
imbd_scanner | ben-jnr | implement title based and user ratings based search |
stackoverflow parse | ParijatDhar97 | Parses SO for your error messages |
sudoku_solver | basscoder2808 | solve sudoku puzzles using backtracking |
word_counter | p014ri5 | count the word |
duplicate_image_remover | p014ri5 | remove deuplicate image from pc |
cartoonify | brtymn | cartoonify input image in python |
email_sending_script | nis130 | email sending automation in pyton |
merge_2_pdfs | uditmore99 | The above script will merge two PDF's at once ! |
video_player | brtymn | video plater with opencv |
encrypt_pdf | AmeyaJain-25 | The code will help to encrypt the PDF with an password. |
pdf_redaction | debdutgoswami | redact a pdf in Python |
word-cloud | saswatamcode | create word-cloud using flask |