Giter Site home page Giter Site logo

smbiz1 / awesome-python-scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hastagab/awesome-python-scripts

0.0 0.0 0.0 9.89 MB

A Curated list of Awesome Python Scripts that Automate Stuffs.

License: MIT License

Shell 0.08% JavaScript 1.91% Python 82.89% CSS 3.25% HTML 11.54% Jupyter Notebook 0.31% Procfile 0.01%

awesome-python-scripts's Introduction

Awesome Python Scripts 😎 PyPI Awesome GitHub stars

Contents:

What is this repo?

This repo is a compilation of some awesome Python scripts that automate some boring tasks or simply make our life easier...or both!

🍪 Cookies for all contributors as well~

What do we have:

So far, the following projects have been integrated to this repo:

Project Name Contributors
2048 Krunal
AI chatbot umar abdullahi
AI for guess the number Omar Sameh
Address locator Chris
Asymmetric Encryption victor matheus
Attachment Unique Mail Arnav Dandekar
Automated calendar J.A. Hernández
Automated emails Suvigya
Battery_notification Krishna Sharma
Better_CSV_Storage Bhargav Kuvadiya
Bitcoin price GUI Amirul Abu
CLI Calculator Willian GL
COVID visualiser (real-time) Tushar Gupta
CSV to Excel xemeds
Caesar Cipher epi052
Checksum tool Austin Ewens
Clean_up_photo sritanmay001
Codechef autosubmitter Harshit Mahajan
Codeforces Checker Jinesh Parakh
Colored B&W Image Converter Nitish Srivastava
Contact 'Leads' Distribution Tiago Cordeiro
Countdown Jeremias Gomes
csv_to_json MoiZ
Cricket Matches web Scraper Divy Ranjan
Crypt socket Willian GL
Cryptocurrency Converter AdnCodz
Cryptocurrency Prices xemeds
Current City Weather Jesse Bridge
DOH DIG Ryan
Database-As-Storage Bhargav Kuvadiya
Directory Tree Visualizer Harpreet Singh Saluja
Directory organizer Athul P
Download Page as PDF Jeremias Gomes
Elasticsearch snapshot Joe Ryan
English Theasaurus Ansh Dhingra
Excel Files Merger Andrei N
Excel to List Nitish Srivastava
Extended_ip_address_info hafpaf
Face Recognition LOKESH KHURANA
Fibonacci_Sequence_Generator John Wesley Kommala
File Carving Yeryeong Kim
File Encrypt Decrypt Aditya Arakeri
FileMagic Organizer malivinayak
File Organizer Ayush Bhardwaj
File Sharing Bot Darshan Patel
File explorer Nikhil Kumar Singh
Find PhoneNumber in String Austin Zuniga
Flash card quizzer Utkarsh Sharma
Folder Locker and hider Prajjwal Pathak
Folder Manager Harsh Raj
Frammed text generator jcdwalle
Get Time By TimeZone Parth Shah
git_automation loge1998
Github repo creator Harish Tiwari
Github Review Bot Gaurav Giri
GithubBot Abhilasha
Gmail Mailing Script mayank-kapur
Google Meet Joiner JohanSanSebastian
HTML Table to List Nitish Srivastava
Handwrting DNN recognizer Chris
Harry Potter Cloak thesmartdeveloperr
IMDB TV Series Info Extractor Yash Raj Sarrof
IMDBQuerier Burak Bekci
IP Address Xenium
Image Compressor Prathima Kadari
Image To PDF msaoudallah
Image Watermarker (batch) Remco Halman
Image circle formatter Berk Gureken
Independent RSA Communication Algorithm Miguel Santos
Instadp Web Scrapper Psychiquest
Instagram Video Downloader Shobhit Bhosure
JSON file to YAML convertor Saksham Basandrai
Keylogger Preet Mishra
Medium Article Downloader coolsonu39
Minecraft Server in background Max von Forell
Own IP locator Chris
PDF2text QuangPH
PDFsplitter Prathamesh-Ghatole
PX to REM Atthaphon Urairat
Pdf to AudioBook Converter Ayesha Gull
Plagiarism_detector Akshita Singhal
Port Scanner Plutoberth
Pressure_Converter E-Wave
Pretty CSV Frizz925
PyRecorder Rocky Jain
py_based_music_player Bhargav Kuvadiya
Py_Cleaner Abhishek Dobliyal
Python Algebra Solver Sengxay Xayachack
RSA Algorithm Chinmay Rane
RSA Key Pair Generator Aditya Parikh
Random Password Generators Hafpaf and Renderer-RCT2
Random name generator Ayush Bhardwaj
Random_Email_Generator Shubham Garg
Remove-Duplicate-Files Aayushi Varma
Rock-Paper-Scissor Game Punit Sakre
send_whatsapp_message Mukesh Prasad
Send messages to sqs in parallel Jinam Shah
Server Ping prince
Signature photo to PNG converter Rodolfo Ferro
Simple Webpage Parser Nitish Srivastava
Slideshare downloader Chris Goes
SMS your location prince
Spotify Downloader Sagar Patel
Squid installer for Ubuntu Berkay Demir
SSH Host adder NinoDoko
Steg_Tool Shankar JP
sudoku-solver Rishabh Umrao
Subtitle downloader Kaushlendra Pratap
TTS - Text to Speech Mp3 Antonio Andrade
Take Screenshot Moad Mohammed Elhebri
Tambola_Ticket_Generator Amandeep_Singh
Test Your Internet Speed TheSmartDeveloperr
TicTacToe AI and 2 players Omar Sameh
To Do Bot Darshan Patel
Top_News Attupatil
Translate CLI Rodrigo Oliveira
URL shortener Sam Ebison
Upload Files to S3 Jayram Nai
Vinegère Cipher victoni
Web proxy Nikhil Kumar Singh
Website Url Detector sonniki
Website blocker Ayush Bhardwaj
WiFi Password Viewer Sagar Patel
Wikipedia-Search Nissaar
Word Frequency Counter sonniki
Word generator TGLIDE
Work log generator Maël Pedretti
X Scrapper Shreeram
YTS Torrents Mayank Nader
Yoda-speak Translator sonniki
Youtube video downloader Christopher He
Zabbix API msg4sunny
Zip password cracker umar abdullahi
Task Scheduler heysagnik
PDF Password Decypter parthasdey2304

How to use:

  • Clone/Download the directory and navigate to each folder. Or...

  • Simply navigate to the folder and download/copy the scripts! It's that simple and easy.

  • Setup virtual environment for that scripts:

    • python -m venv env
    • source env\bin\activate
    • pip install -r requirements.txt
  • Run the script :)

Remember to star the repo if you love the scripts~ 😉

Contribution Guidelines:

Steps required to follow before adding any script

  • Make a separate folder for your script.

  • There shouldn't be any spaces between the names of the script. (Use underscore or dash Symbol)

    • ❌ Script One
    • ✔️ Script_One
    • ✔️ Script-One
  • The Folder should contain the followings -

    • Main Python Script,

    • Supporting files for the Script (If any)

    • A separate README.md File with proper documentation.

    • requirements.txt file for any required library.

    • How to create requirements.txt file - cd <your_script_dir> - Activate your local virtual environment - source env\bin\activate - pip freeze > requirements.txt

  • Add your name & script in the project's list above in the same format. [Compulsory]

  • Only One Commit per PR is Adviced.

If you like the project:

Want to connect with me?

awesome-python-scripts's People

Contributors

amirulabu avatar ayeshag7 avatar bhargavnova avatar codingis4noobs2 avatar darshanpatel11 avatar deadpyxel avatar dependabot[bot] avatar epi052 avatar gaurovgiri avatar hastagab avatar heysagnik avatar iamshreeram avatar imkaka avatar j3r3mias avatar jcdwalle avatar kaushl2208 avatar malivinayak avatar msaoudallah avatar mukeshprasad avatar nazmiasri95 avatar nikhilkumarsingh avatar niranjanneeru avatar nitish-iiitd avatar princenuv avatar psychiquest avatar shreyas-lab avatar sonniki avatar tusharsharma16 avatar umarbrowser avatar victoni avatar

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.