Coder Social home page Coder Social logo

jainchhavi16 / awesomescripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from py-contributors/awesomescripts

0.0 0.0 0.0 6.6 MB

A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea to the new script

Home Page: https://py-contributors.github.io/

License: MIT License

Python 99.87% Shell 0.13%

awesomescripts's Introduction

website title image

๐Ÿ‘‰ A Collection of Awesome Problem Solving Scripts in Python.๐Ÿ‘ˆ

repo language github stars github forks code size

open issues closed issues open pull request closed pull request

hacktoberfest MIT license

discord invite last contributions total contributors

How to Contribute ๐Ÿค”


You can contribute by adding new scripts, improving current scripts or Documentation.Here are some Instructions before making a Pull Request

Here are the steps to Make contribute ๐Ÿ‘ฃ

  • Create an issue for making any change to code. when issue will be approve you can make a change.
  • Pull latest change from upstream branch before starting the changing code.
  • Add your file in proper folder(lowercase) 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
Show instructions flake8 py

Projects links ๐Ÿ”—

  • ๐Ÿ“– READ Contributions Guidelines at CONTRIBUTING.md
  • ๐ŸŒ Download Specific Scripts from Here - Download

Report a Bug ๐Ÿ›

  • Help us to improve script. Report a bug here

๐Ÿค Scripts and contributorss ๐Ÿค

Script Name Author(GitHub username) 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
html2pd hpnightowl 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
Torrent_to_goolge_drive vaibhav jain Torrent to Google Drive Downloader with colab
certificate_generator alpha037 certificate automation in python
internshala_scrapper techTarun scrap internship from internshala and save into csv
png_to_jpeg hot9cups convert png image to Jpeg with Pytho-pillow
auto_wifi_connecter AmeyaJain-25 automatically connect to your available WIFI connections
img-to-text hot9cups take a screenshot of the area on your screen, or a screenshot of an image on your screen and fetches the text from the image to the clipboard.
trailing-whitespace_remover aaravm4 python script to remove trailing whitespace from file
coronaVirus_stats iamlordutkarsh get stats of any country about Corona Virus in Python
torrent_searcher iamlordutkarsh Program written in python to get Magnet links
image2PencilSketch neel2904 Change Image to Pencil Sketch
url-Shortner shubham5351 A simple script in python which is used to shorten the url of the given url
text to Sound bbetulkaya Python script for convert text to sound.
wifi-password-getter harshit-saraswat This will help to get any stored wifi connection names and their passwords
send_telegram_message YorozuyaDev send telegram message using python
image_text_encryption YaraYasser encrypt text and images
accelerometer-connector sigdelsanjog This script retrieves data from a MPU6050 Accelerometer and GY521 Gyroscope and saves the data to gyroscope and accelerometer table in MySQL database.
snake&Ladder sidfrombhaiya This is a simple text based snake and ladder game, with minimal libraries required.
unfollower-insta sarthak1905 bb8 is a cute name for a great bot to check for the people that you follow who don't follow you back on Instagram.
audioBook Keyurkariya Read any PDF book with just few line of code in Audio
wallpaper-changer Spoctone change wallpaper with python script
gradient-generator dntandan This script will generate and save random gradient patterns and will save them as .png extensions on completion, using Pillow module.
qr-code-convertor dhiganthrao This is a simple Python script aimed at converting long or short website URLs into QR codes to be scanned.
google-map shubham5351 Get your specified location in python using CLI.
autoclicker pawangeek A useful autoclicking script in Python
website-status mikek4233 This script will check the status of the web address which you will input
wiki-search sidfrombhaiya This is a Python script with which you can search for any topic from Script.
dns-loopkup mikek4233 This script will ask you if you want to lookup an IP address based on website or hostname or vice versa
youtube-feed-details-scrapper bachlis A selenium scraper that loads all the videos from YouTube's homepage and crawls through them gathering their details.
search-news akamhy The script will search and output news based on keywords supplied in form of command line arguments.
speedtest mikek4233 This script will check the speed of your current internet connection
hangman shubham5351 Hangman is a classic word game in which you must guess words and you have given 7 chance for it.
simple-image-encryptor mohzulfikar Simply encrypt your image using xor operation
gender & ethnicity codeperfectplus A helpful script to fill missing data by machine learning approach credits in README.md
programming-quote codeperfectplus Programming Quotes API for open source projects. credits in README.md
replace_words nandacamargo This script reads a file and replace all occurrences of the first word with the second one.
yt_clipper epassaro Make short clips from YouTube videos
flipkart-price-alert Jade9ja Checks for the price of a desired product periodically. If the price drops below the desired amount, notifies the user via email.
random_fact Qwerty-1331 Gets a fact from numbersAPI about **math**, **trivia**, **date**, **year**
port_scanner akamhy A high speed multi-threaded port scanner. With no dependency other than packages in the Python Standard Library!
currency_converter brunobastos Converts the specified amount from a currency to another.
duplicate_file_finder yogeshsingh101200 Python script to find duplicate files in given path.
exif_viewer akamhy This script can show you EXIF data for anytype of image supported by pillow package(e.g. jpeg/jpg, png, tiff, etc).
pdf2text quangph-1686a This is a small script to make a extract text from pdf file.
english_dictionary alovictor This simple dictionary returns to you the meaning of the input word.
image_resizer brunobastos Resizes an image based on the specified width and height.

Bug Hunters ๐Ÿค 

Author Name Fixed script Issue/PR number
MNISAR email_sending_script #133
ferhah send_telegram_message #246

Maintainers ๐Ÿ˜Ž

Social Channel ๐Ÿ’ป - Connect with like minded people

DISCLAIMER : The Scripts are not tested therefore use it on your own risk !

built by developers built with love

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.