Giter Club home page Giter Club logo

py-contributors / awesomescripts Goto Github PK

View Code? Open in Web Editor NEW
571.0 15.0 274.0 11.12 MB

A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great ideas for the new script. Leave a :star:

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

License: MIT License

Python 83.05% Batchfile 0.01% HTML 15.68% Jupyter Notebook 1.27%
python3 python-scripts awesome-scripts python hacktober discord scrap python-script cli

awesomescripts's People

Contributors

aayushi-droid avatar abdulmabdi avatar adityamathur25 avatar ajjayymahato avatar alpha037 avatar ben-jnr avatar brtymn avatar chemsedd avatar codeperfectplus avatar debdutgoswami avatar dntandan avatar epassaro avatar habereet avatar hot9cups avatar kushal-pareek avatar mikek4233 avatar rexdivakar avatar rohan-somadder avatar roopeshvs avatar ropinho avatar sainimohit23 avatar sarthak1905 avatar shubham5351 avatar sidfrombhaiya avatar sirromey avatar susritha-s avatar techtarun avatar tre3x avatar uditmore99 avatar yarayasser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesomescripts's Issues

Automatic Folder Cleaner/Rearranger

I want to add a new python project in this repo.
The idea --Automatic Folder Cleaner/Rearranger

There are times when your downloads folder or any other directories have different types of files that you keep feeling too lazy to arrange them well into various folders like images, videos, audios, documents, compressed, programs, and folders for subfolders in that directory.
This python script or script does such manual work for you with just one click.
This idea falls in a category named automate the boring stuff using python.
If you like the idea, please assign the task to me. I would contribute to this repo as part of Hacktoberfest.

Automating movies and TV series search using python scripts

Script Title - MINI-IMDB

what will change - IT IS A MINI-IMDB PROJECT THAT PROVIDES INFORMATION ABOUT ANY MOVIE OR TV SERIES WHEN SEARCHED.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Download songs from youtube | Python CLI.

Download mp3 file for the song entered by the user.

Download song by entering the name of song / artist on the terminal (converted to mp3).

Instructions

  • 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 program name & Author name in the main readme.

Please add/delete options that are not relevant.

  • Adding new code.

Programming Language.

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding.

Encrypting PDF

I would like to work on this issue

Script Title - Encrypting PDF

what will change - It will ecrypt the PDF with a Password

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Merging 2 PDF's

Script Title - Merging 2 PDF's

what will change -
It will merge two PDF's. I would be working on it

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Remove Trailing Whitespace

Trailing Whitespace Remover -

what will change - There will be a new folder called Trailing Whitespace Remover. Flake8 throws errors if python code contains any trailing whitespace. Linters such as black don't seem to remove this. Inside the Trailing Whitespace Remover folder there will be a remover.py file that can take files as arguments and remove all trailing whitespace. There will also be a readme.md about how to use it.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Packet Analyzer

Script Title - Packet Analyzer

what will change - A simple script that will analyze packets in network traffic and sort them on basis of ports, and tcp/ udp

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Finding Text Similarity

Script Title -

what will change - To find text similarity between two sentences using Cosine Similarity

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Sudoku Solver | Backtracking

Script Title - Sudoku Solver Script using Backtracking

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Torrent to Drive downloader

Script Title -

what will change - Adding a new script to run in Google Colab so that we can download directly from torrent to Google drive

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • [] Improving Code
  • [] Improving Documentation
  • [] Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Simple Image Encryptor

Script Title - Simple Image Encryptor

what will change - This script will generate a random noise image as a key and then use xor bitwise operation to encrypt the image.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Finding broken links

A Quick Script to Find Any Broken Links on Websites

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Receiving an email when amazon product price drops

Script Title - An Amazon web-scraper that alerts the user when the price is within budget

what will change - Addition of project to repo

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Sound Visualizer

Script Title - sound_visualizer.py

what will change -

New script to visualize sound waves on the graph.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Convert Ebook to Kindle Format | Python

Script Title - Change format of File

python script.py <file_path>

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Certificate Generator

Certificate Generator -

what will change -
Generating a large number of certificates is a tedious job if someone is not familiar with the concept of automation. With that being said, this script will help us generate multiple certificates using a certificate template image and a text file containing the list of names for whom the certificate is being generated.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • [] Improving Code
  • [] Improving Documentation
  • [] Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

JavaScript || Script to handle the international phone number format for any countries

Handling international phone number format for any countries

Nothing will be changed, this is new independent code -

How to Run:

  • Get the 'International_ph_num_handling_script' folder/package from the repo
  • Open and launch the 'test_file.html'
  • Enjoy!!

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation

Programming Language

  • JavaScript

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Convert image to text

Script Title - Python script to fetch the text from an image and copy it to clipboard

what will change - I will add a script that lets you 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. This will be done with the help of pytesseract.

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

Validating password by taking input from user.

Script Title - Validating Password

Validation Rules :
At least 1 letter between [a-z] and 1 letter between [A-Z].
At least 1 number between [0-9].
At least 1 character from [$#@].
Minimum length 6 characters.
Maximum length 16 characters.

Input :
A3r@180a

Output :
Valid password

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • [βœ“] Adding New Code
  • [βœ“] Improving Documentation

Programming Language

  • [βœ“] Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Create Hangman game

I would like to work on this issue.

Script Title - Create Hangman game in Python

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • [βœ“] Adding New Code
  • [βœ“] Bug Fix

Programming Language

  • [βœ“] Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Send telegram message

Script Title -Send telegram message to a user in Python

Add script to send telegram message using Python

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

imdb-scraper

Scrape from imdb based on keywords and rating

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

website_cloner | Python

Script Title - website cloner: This script will clone the input website

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Word Cloud Generator

Word Cloud Generator

A simple python script to generate word cloud artwork from a sample txt file. Also helps in data visualization.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Extract mp3 from mp4

Script Title -Extracting mp3 from mp4 using Python

what will change -You can extract audio(mp3) from a video(mp4) file using Python in 5 lines of code. Your need to have the source-code in the same location of the video file, the program will generate a new mp3 file in that location

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Add alphabet analyzer

Alphabet analyzer

what will change - A script to calculate how common each ASCII letter is in the English dictionary taken from https://github.com/dwyl/english-words

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

remove_punctuation_number | Python CLI

Script Title - Python CLI tool to Remove punctuation and Number from the text file. Use Argparser or Click module

python script.py -n <file_name>    #remove number
python script.py -p <file_name>    #remove punctuation
python script.py -np <file_name>    #remove number and punctuation

Hint - Argparser/Click, Regex module

what will change -

Instructions

  • 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 program name & Author name in the main readme

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Duplicate Image Remover

Script Title - Duplicate Image Remover

what will change - A script that will remove duplicate images in folder using pHash

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Cartoonifier

Carttonifier

New script that generates cartoons from images.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Auto WiFi Connector

I would like to work on this issue.

Script Title -Auto WiFi Connector

what will change -It will connect to the saved networks WiFi automatically.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

PDF Redaction

PDF Redaction -

what will change -
We generally find pdfs to contain sensitive information so it is necessary to remove those details. The code will annotate the sensitive informations.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • [] Improving Code
  • [] Improving Documentation
  • [] Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

sms_sending_script | Python

Script Title - Sms sending to mobile CLI script in python

python script.py <mobileNO.>

what will change -

Instructions

  • 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 program name & Author name in main readme

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

URL Shortener

I would like to work on this issue.

Script Title - Shortening of the URL by taking URL from user.

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • [βœ“] Adding New Code
  • [βœ“] Improving Documentation
  • [βœ“] Bug Fix

Programming Language

  • [βœ“] Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Internshala Internships Scraper

Internshala Scraper -

what will change -

  • Will create a new script that will scrape internships of Internshala and make CSV out of it.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Video Player

Video Player

New script that plays the video on a path with a custom video player.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Convert Html to pdf | Python CLI

Script Title - convert HTML to PDF by taking input from CLI

python html2pdf.py <website_name>

Details: https://www.geeksforgeeks.org/python-convert-html-pdf/

what will change -

Instructions

  • 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 program name & Author name in main readme

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

convert image to pencil sketch

Script Title -

what will change - This script will convert given image to pencil sketch using openCV

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Word Counter

Script Title - Word Counter

what will change - It will take filename as argument and Calculate frequency of words and rank them :D

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

launch multiple ec2 instances

Script Title -

Launch multiple ec2 instances in aws using python

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Email sending script using smptlib | Python

Script Title -Email sending script using smptlib

what will change -

Instructions

  • 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 program name & Author name in the main readme

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Stack Overflow Parser

Script Title - Stack Overflow Parser in Python

what will change -
Just adding an issue for the related upload

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Moving files automatically

Script Title -

what will change - This python script will automatically move files from to source folder to desired folder.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Subtitle Creator

Script Title - Subtitle Creator

what will change - There will be a new folder called Subtitle Creator, containing subtitles.py and a readme.md containing instructions on usage.

Code will basically make a new video file with subtitle text in it.

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

scrap_github_repos | Python

Script Title - scrap_github_repos

what will change - This script will show all repository and save it in the csv file

Instructions

  • 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 program name & Author name in the main readme

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

countries_trivia_game_script_load_questions_from_csv

Script Title - countries_trivia.py

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

scrap_all_Links | Python CLI

Script Title - Python CLI tool to scrap link from the input website.

python script.py <input_website>

what will change -

Instructions

  • 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 program name & Author name in the main readme

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Text to Sound

Script Title - Text to Sound

what will change -

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Converting files to jpg format

Script Title - Image(PNG, HEIC, etc) to JPG convertor.

what will change - Create a python script to change an image file to jpg format.

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

Python CLI script to check the weather of your city

Script Title - check the weather of your City using python CLI and openweathermap.org API

Note- Don't add your API KEY in the program, create env_variable to save KEY.

python check_weather <city_name>

Instructions

  • 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

Please add/delete options that are not relevant.

  • Adding New Code

Programming Language

  • Python

🌟 Star it 🍴Fork it 🀝 Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

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.