A Collection of Awesome Scripts in Javascript, Python.
You can contribute by adding new scripts, improving current scripts or Documentation.Here are some Instructions before making a Pull Request
- Before creating a new issue please check the scripts doesn't exist in Repository as well in open issues
- Check isssue for new scrips or create your new issue.
- Make sure to be assigned on issue before making a
Pull Request
. - Create a new folder for your script and file/folder name should be appropriate.
- Create a README.md in your folder for program Instructions
- add requirements.txt if needed
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 |
email_sending_script | send email using smptlib | |
html2pdf | convert website to html with CLI | |
sms_sending_script | send sms with python CLI | |
scrap_all_links | 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 |