/automation_tools

Repo is maintained to automate some of my daily works

Primary LanguagePython

automation_tools

PDF Merger This script will merge the pdfs in a directory into a single pdf.

Download Script

pip3 install PyPDF2
pip3 install glob
python3 pdf_merger.py
WiFi Notifier This script will check for internet connection status every n seconds.

Download Script

python3 wifi_notifier.py
Youtube Downloader This will download youtube videos.

Download Script

pip3 install PySimpleGUI
pip3 install pytube3

python3 youtube_downloader.py
Image Resizer This script will resize the input image.

Download Script

python3 image_resize.py --input_file=image.jpg -w=256 -h=256"
IP camera video saver This script will read and write from IP camera

Download Script

python3 video_rtsp_saver.py