A collection of handy, fun, and powerful Python scripts created for automation, productivity, entertainment, and learning. From cleaning your PC and reducing image sizes to generating QR codes and detecting motion β this repo has it all!
Script | Description |
---|---|
PC-Cleaner.py |
Cleans temporary and junk files from your system to free up space. |
files_organiser.py |
Automatically organizes files in a folder based on file types. Read Blog |
image_kb_reducer.py |
Compresses images to reduce file size while retaining quality. |
pdfs-merger.py / PDF-Merger.py |
Merges multiple PDF files into a single file. |
ppttopdf.py |
Converts PowerPoint presentations (.pptx) to PDF format. |
url-to-qr.py |
Generates a QR code for any URL provided. |
system_monitor_script.py |
Monitors system resource usage (CPU, RAM, etc.). |
motion-detection.py |
Detects motion using your webcam and OpenCV. |
paho.py |
MQTT-based messaging script using the Paho MQTT client. |
shutdown.py |
Shuts down the computer immediately after execution. |
google_me.py |
Automatically searches βLovnish Vermaβ on Google. |
haha.py |
A prank script that creates mouse mayhem. |
chaotic.py |
A chaotic (but safe) prank script to surprise users. |
Install the required Python packages (if any) using:
pip install library-name
If a script needs specific modules (e.g.,
opencv-python
,pillow
,pyautogui
,paho-mqtt
), check the script header or inline comments for instructions.
-
Clone the repository:
git clone https://github.com/lovnishverma/myscripts.git cd myscripts
-
Run any script:
python script_name.py
For scripts like
shutdown.py
orhaha.py
, use with caution!
Some of these scripts (like shutdown.py
, haha.py
, chaotic.py
) are designed for educational or entertainment purposes. Please read each script carefully before executing and use responsibly.
Lovnish Verma π« GitHub π§ Passionate about Python, automation, IoT, and open-source.
This project is licensed under the MIT License - see the LICENSE file for details.
If you found this repo helpful or fun:
- π Star it on GitHub
- π΄ Fork it
- π Suggest new scripts or improvements via pull request
Happy scripting!