This repository holds a curated list of Python scripts which aim to help us automate daily and common tasks. You can pick up any of these scripts on demand to help you with the automation of your common routine tasks. All the scripts in this repository can be found under the scripts
directory and have been contributed by our generous contributors.
First of all install gpscript. Write following command(s)
pip install gpscript
or,
git clone https://github.com/ujjwalkar0/gpscript
cd gpscript
python setup.py install
List of all script (Only those packages are in packages.json will shown here.)
gpscript list
Install a script
gpscript install <package_name>
List all installed packages...
gpscript installed
Remove a package...
gpscript remove <package_name>
Update a package...
gpscript update <package_name>
Path of installation script is <path_of_virtualenv>/applications/<your_script_folder>
. applications folder will create automatically in virtualenv when a script will install
Before installation any script..
Let we Install LinkedIn-Job-Scraper
So, set the path uses location that way...
import os
base_dir = os.path.dirname(os.path.realpath(__file__))
Set path of script relative to base_dir
For example,
Our repository accepts all kinds of contributions. Before making a contribution please make sure you have gone through our contributing guidelines.
You can open an issue with us for a bug, feature or a new script or start working on an existing issue after having it assigned to you by one of the maintainers.
If you are adding a script to the respository, please create a separate directory with the name of the script inside the scripts
directory of this repository and work within it. Make sure your script comes with its very own README.md
with proper documentation for the end user, if possible add screenshots of your script working in the README.md
as well. In case you are uploading screenshots and/or other relevant images please create a separate images
folder inside your script folder, this is where you will be keeping your images. Alternatively, you can also upload your images on platforms like imgur and use the resulting link in your README.md
file.
Once you are done working on your script edit this README.md
file and add the relevant information regarding your script in the table below.
Id No. | Script Name | Script Description | Link |
---|---|---|---|
1 | Amazon-Price-Alert | Send a Email to the user when the price of product goes down below threshold | Find me here |
2 | AudioBook | Converts PDF-to-speech | Find me here |
3 | Automatic Screen Recorder | script to record the laptop screen automatically | Find me here |
4 | Ceaser Cipher | script to encode and decode | Find me here |
5 | Covid Tracker | script which tracks the number of cases, deaths and recovered cases of covid patients | Find me here |
6 | CP Template Maker | Organizes and creates templates for cp contests | Find me Here |
7 | Check-System-Usage | Checks free space percentage and average CPU usage | Find me here |
8 | Command line chart tool | script to make fast pie charts from command line | Find me here |
9 | CryptoCurrency | Fetches cryptocurrency data and stores them in a .csv file | Find me Here |
10 | Currency Converter | Convert currencies on realtime using a beautiful tkinter GUI | Find me here |
11 | Doc to PDF Converter | Converts docx file(s) to PDF files | Find me here |
12 | Email Sender | Automates Email Process | Find me here |
13 | Email-Phone-Extractor | Extracts email addresses and phone number from clipboard or a text file and stores them as separate csvs | Find me here |
14 | File Organizer | Organize your Files | Find me here |
15 | Handwriting Recognition Module | Detects hand and returns coordinate of various points on hand in a live stream | Find me here |
16 | Image Compressor | Script compress Images | Find me here |
17 | JSON to xlsx converter | Script to convert json to xlsx | Find me here |
18 | LinkedIn Job Scraper | Scrap Jobs listed in LinkedIn & saves them in .csv file |
Find me here |
19 | Meaning Finder | Find Word's Meaning.. | Find me here |
20 | News Reader Script | Script to read news | Find me here |
21 | NewsDown | It can download the newspaper in one click | Find me Here |
22 | Notice Scrapper | Extract all notices from rcciit.org | Find me here |
23 | OCR Script Scanner | Extracts text from image file by scanning it | Find me here |
24 | OSINT Tool | Help Find OSINT info about phone number & IP address | Find me here |
25 | PDF_Merger_Script | Script to merge pdf | Find me here |
26 | Password Leak Checker | How many times your password has been breached | Find me here |
27 | Public IP Address | Prints your public IP address | Find me Here |
28 | QR Code Generator | It can generate QR Code of URLs | Find me Here |
29 | Reddit Image Scrapper | Downloads Reddit Images according to given SubReddit without using API | Find me here |
30 | SMS Sender | Easy CLI interface for users looking to test their SMS campaign integration with Kaleyra | Find me here |
31 | Shorty | Shorty uses python code to shorten URLs on the go | Find me here |
32 | Image to Sketch Converter | Script which converts a colored photo into pencil sketch or cartoonized sketch | Find me here |
33 | Song-Lyrics-Fetcher | Fetch lyrics of a song and store in a text file | Find me here |
34 | Spectrogram | script to visualize wav files using spectrogram | Find me here |
35 | Terminal Video Editor | Edit Small Videos (less than : 10 mins) directly from your Terminal | Find me here |
36 | Text Grammar Corrector | Corrects Grammar of text | Find me here |
37 | Twitter-Scraper | Scrape Tweets of a user-inputted Hashtag | Find me here |
38 | Vaccination Centre Locator | Provides top 10 nearest Vaccination Centres data based on location in India | Find me here |
39 | Weather_Forecast_Script | Script to forecast weather of a city | Find me here |
40 | Word Cloud Generator | Converts text entered into a Word Cloud | Find me here |
41 | Yaml-Json-Generator | Generate JSON files from YAML files in a directory | Find me here |
42 | Youtube-Playlist-Duration | Calculates the total duration of a Youtube Playlist | Find me here |
43 | QR_SCANNER | script which Decode QR code | Find me here |
44 | VideoCam | Takes pictures and records vidoes using your webcam | Find me here |
45 | Notification Reminder | Script to create popup notification | Find me here |
46 | Website Blocker | Cross-Platform website blocker | Find me here |
47 | Anime Recommendation Model | Recommed 10 animes to watch next based on an anime you loved | Find me here |
48 | AI Workout Tracker | AI based workout tracker that is able to detect body landmarks and present you the results | Find me here |
49 | Volume Control OpenCV | Simple GUI for users to control volume of control systems with their hands via handtracking | Find me here |
50 | Password Manager | AES encrypted password manager to keep all your password safe | Find me here |
51 | Battery Alert | Notifies after threshold unit of battery change | Find me here |
52 | Text To Handwriting Converter | Converts a text or a text file to handwritten images | Find me here |
53 | Typing Speed Tester | Calculates the typing speed of users. | Find me here |
54 | Video To GIF Converter | Converts video to GIF | Find me here |
55 | Auto Backup | Backups the folder given by the user in the input. | Find me here |
56 | Metadata Extractor | Extracts Meta Data of Image | Find me here |
57 | alarm-clock | Console based Alarm clock and remainder which plays sound and shows message as user directed | Find me here |
58 | CryptoCurrencyTracker | Gets the values of the cryptocurrency data from the given url and stores updates them in a .csv file continiously for every 10 minutes | Find me Here |
59 | Voice-to-text Converter | Transcribes speech from inputted audio file using PocketSphinx. | Find me here |
60 | Steganography | Text Encryption and Decryption to and from an Image | Find me Here |
61 | Instagram Photo Downloader | Downloads photos from Instagram. | Find me here |
62 | PDF2text | Extracts text from a pdf file and display it to the user. | Find me Here |
63 | Image to PDF converter | Converts all the images which is inside a dir to a PDF file | Find me Here |
64 | PDF to Docx Converter | Converts PDF file to Docx | Find me here |
65 | Threaded Port Scanner | Tool for scanning open ports on a host | Find me here |
66 | Z-test Calculator | Calculates Z-statistic Value for the given set of Numerical Data and Population Mean | Find me here |
67 | Music Visualizer | Creates a visualization of any music file | Find me here |
68 | Mood Sentiment Analyzer | Evaluate given texts/sentences general mood. | Find me Here |
69 | Morse Code Translation | Convert morse code to english language and vice versa | Find me here |
70 | Plagiarism Checker | Find similarity/plagiarism score between 2 texts | Find me Here |
71 | Water Reminder | Reminds you to drink water every 2 hours | Find me Here |
72 | QR and Barcode Scanner | Scans both QR Codes and Barcodes | Find me Here |
73 | PDF-Delete-Pages | Deletes pages from PDF as entered by the user | Find me Here |
74 | Copy to clipboard | Copies contents form a text file to your clipboard | Find me Here |
75 | Video-to-audio Convertor | Extracts audios from videos. | Find me here |
76 | Audio Recorder | Records audio from system's audio input device for n seconds |
Find me Here |
77 | NATO Phonetic Alphabet | Spells entered word using NATO phonetic alphabets | Find me Here |