All Projects → fnplus → Python-scripts-collection

fnplus / Python-scripts-collection

Licence: other
This is a collection of short Python scripts to solve and automate tasks and simplify any work.

Programming Languages

python
139335 projects - #7 most used programming language
tcl
693 projects

Projects that are alternatives of or similar to Python-scripts-collection

HoI4ModdingPythonScripts
Various useful Hearts of Iron 4 modding Python scripts
Stars: ✭ 23 (-87.36%)
Mutual labels:  python-script
Python3-Botnet
Project moved to -> https://github.com/Leeon123/Aoyama
Stars: ✭ 24 (-86.81%)
Mutual labels:  python-script
python-package-template
Easy to use template for great PyPi packages
Stars: ✭ 19 (-89.56%)
Mutual labels:  python-script
OrganizeMediaFiles
a collection of Python scripts that help you organize media files into a directory tree "year/month" based on metadata , using exiftool
Stars: ✭ 24 (-86.81%)
Mutual labels:  python-script
ps-date-countdown
A python script for Homeassistant that counts down the days to birthdays, anniversaries etc
Stars: ✭ 21 (-88.46%)
Mutual labels:  python-script
utd-grades
A tool to view grade distributions at UT Dallas.
Stars: ✭ 23 (-87.36%)
Mutual labels:  python-script
dice-simulator
A Python simple Dice Simulator just for fun
Stars: ✭ 17 (-90.66%)
Mutual labels:  python-script
Chrome-Extractor
Python script that will extract all saved passwords from your google chrome database on windows only
Stars: ✭ 51 (-71.98%)
Mutual labels:  python-script
python-data-visualization
Curated Python Notebooks for Data Visualization
Stars: ✭ 22 (-87.91%)
Mutual labels:  python-script
mover
Mover
Stars: ✭ 16 (-91.21%)
Mutual labels:  python-script
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+2480.77%)
Mutual labels:  python-script
pysys-test
PySys System Test Framework
Stars: ✭ 14 (-92.31%)
Mutual labels:  python-script
iptvtools
A set of scripts that help to better IPTV experience.
Stars: ✭ 103 (-43.41%)
Mutual labels:  python-script
Pi Weather Station
Raspberry Pi Weather Station Using Sense HAT
Stars: ✭ 14 (-92.31%)
Mutual labels:  python-script
global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (-82.97%)
Mutual labels:  python-script
biometric-attendance-sync-tool
A simple tool for syncing Biometric Attendance data with your ERPNext server
Stars: ✭ 95 (-47.8%)
Mutual labels:  python-script
bluetooth-iot-service-python
This application connects two devices over Bluetooth and allows one to send messages to the other using json. Raspberry Pi Bluetooth interfacing with Linux via RFCOMM BT network
Stars: ✭ 23 (-87.36%)
Mutual labels:  python-script
aprenda-python
Aprendizado, dicas e projetos sobre Python
Stars: ✭ 22 (-87.91%)
Mutual labels:  python-script
deep-security-py
Unified Python SDK for both APIs in Trend Micro Deep Security 9.6 and 10.0.
Stars: ✭ 28 (-84.62%)
Mutual labels:  python-script
motivate
⚡ motivate ⚡ - A simple script to print random motivational quotes. Highly influenced by linux command fortune.
Stars: ✭ 24 (-86.81%)
Mutual labels:  python-script

Python-scripts-collection

This is a collection of short Python scripts to solve and automate tasks and simplify any work.

How to contribute:

  1. Fork and clone this repo.
  2. Add any python script which should be able to solve a particular day-to-day task or to automate any monotonous task. In short, add the scripts that might be useful for others.
  3. Push your code to the master branch.
  4. Write a short description of your script and mention the dependencies in the README.md file.

Contribute as much as you can to spread your love towards Python ❤️

Python scripts:

Requirements:

Python 3.5+
Sr. No. Folder Name Description Requirements(if any)
1 GeneratePassword A program to generate random passwords None
2 AutoWhatsapp A program to spam messages to a WhatsApp contact any number of times Selenium, Chrome web browser
3 AutoLinkedIn A program to automate the LinkedIn connection requests sending. Selenium, Chrome web browser
4 PDFDownloader A program to download PDF files off the internet. None
5 FileMan A simple Command line tool to manipulate files and directories and perform repetitive tasks like creating multiple directories fast and easy. None
6 WebWordCounter A simple script that counts how many times a word appears on a web page. None
7 FileDuplicateFinder A script that looks into all files under one or more directories and reports which are duplicates. None
8 ImageScraper A program to pull all the images from the given URL. BeautifulSoup4
9 DateIterator A simple script that prints out all the dates in a given year. None
10 WebsiteMonitor Monitor a website for a searched term. When it shows up, send yourself an e-mail. Requests
11 RevereLookup Takes an input list of IP addresses and does a reverse lookup for DNS information and org information and writes to a csv file. None
12 AutoScreenshot Automatically take a screenshot of the desktop and email it to yourself every x seconds pyautogui, smtplib, ssl, email, getpass
13 FileLocator For given directory location finds the size and path of all files of a particular extension present in the directory (including sub-directories).
14 FindIPAddress Find your hostname and IP address. None
15 MostCommonEmail Seeking email that sent the most emails from email logs (text file) None
16 Renaming files of a folder Python script to rename files especially images in this example in a folder None
17 GraphicCalculator For a given math function, constructs a graphic. None
18 Lorem Ipsum Generator Basically it generates new Lorem Ipsum text paragraph wise that can be used as dummy text. None
19 ImageSizeConvertor A python script to change the image size of one or any number of images in a directory in which the script is placed to a user defined size using image processing by openCV. Python 3.5+,OpenCV 2
20 Instagram Liker A script to log in to Instagram and Like as many pictures as you want from the top photos of a particular hashtag. nltk, pandas, sklearn, Sellenium
21 IntentionTextDiscover For given a text intention class based on Bayes theorem. None
22 E-Certificate Writer Useful for writing names of participants on E-Certificates using Python3. Returns the certificates in PDF format. img2pdf==0.3.3, numpy==1.17.2, pandas==0.25.1, Pillow==6.2.0, python-dateutil==2.8.0, pytz==2019.3, six==1.12.0
23 YouTubeDownloader You can download YouTube videos with the URLs provided. pytube==9.5.3
24 SendEmail Send email using Python. Prompts the user for their email address and sends to address input. Handles user's password securely using getpass. None
25 GenerateSyntheticCustomerDatabase Generate a mock (synthetic) dataset of arbitrary length with 'customers'. This includes their names, credit card details and hashed passwords. This is all synthetic, so no data breach here! mimesis, scipy, pandas, numpy
26 CryptocurrencyPrices Command line utility for getting price of cryptocurrency with python re, requests, time, BeautifulSoup4
27 AutoCursorHover Python script for continues hover of the cursor to keep you online all the time pyautogui package
28 ITBookDownloader Python script for searching through and downloading PDF versions of books from sites like link multiple times Selenium
29 CoV-Updates-Emailer Arrangements have been made so that the script would automatically trigger itself off every morning and send an email to all the subscribers regarding the latest CoV pandemic stats about their district (like active cases, confirmed cases, recovered cases and deceased cases). Read more about it in the README. requests, json, smtplib, email, string
30 EC2-Instance-Launcher Python script to automatically launch ec2 instances in AWS boto3 , botocore , python-dotenv , environmental variables
31 DirectorySummarizer A Python script that summarizes the number of different files in a directory. It also gives out the percentage of a particular file extension you want to know. None
32 Folder-Automater A Python script that compiles all the different formats of files present in the respective folder to a new folder containing only the Specified files. None
33 JSON-YAML A Python script which converts JSON To YAML and Vice-Versa JSON, YAML
34 CSV_to_JSON A script that converts the csv file into json file. None
35 SMS-SENDER A python script that uses Tkinter and Twilio to send SMS. twilio
36 Password Validator A script validates passwords to match specific rules. A valid password is one that conforms to some specific rules. None
37 RSA Communication Independent Python script that allows RSA communication. None
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].