sooryaprakash31 / AutomationScripts

Some useful automation scripts you might need.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation Scripts

forthebadge

A list of amazing scripts that will make your life easier.

As programmers, we often get crazy ideas for automating boring tasks and if you do, feel free to open an issue. Let's automate it!

#AutomateAndChill

πŸ’» Languages used

  • Python
  • Bash

πŸ“Œ Quick Tip

Execute the scripts from anywhere

Add Path of the folder that contains the script files to ~/.bashrc

  1. cd ~
    Change to home directory
  2. export PATH="$PATH:/path/to/script/folder"
    Add this line at the end of .bashrc
  3. source .bashrc
    Save it and source the file.

Now you can run the script files from anywhere.

πŸš€ Dive in

Each folder has a separate README file with instructions.

1. CheckFilenames

Compares text in a .csv file with file names in a given path and finds the missing files

2. FileOrganizer

Organizes all the files in the given path into separate directories based on the file type (extensions)

3. WhatsappWishBot

Have you ever been worried about wishing someone at midnight? This script automates the process so that you can chill.

4. TakeABreak

Input your work interval and this script will notify you when it's break time and goes one step further by suspending your screen.

5. InitialCommitter

Automates the initial commit process in GitHub when you start a new project.

6. WhatsappGroupBot

Simplifies the process of adding unknown phone numbers to a Whatsapp Group

πŸ‘‹ Author

Soorya Prakash

About

Some useful automation scripts you might need.


Languages

Language:Python 91.0%Language:Shell 9.0%