A collection of my scripts, tools, and projects
Here you'll find a collection of Python scripts I've created for various purposes. All scripts are available for download and come with detailed documentation.
This script goes through all your pictures recursively in a defined directory and resize them in another folder. My computer managed to go through 70 000 pictures and compressed them into a 10Go folder size. I could then upload them all on Google Photos (15Go Free) to have all my pictures within my fingertips all on my mobile device.
python3 compress.py
A real-time performance visualization tool for Linux systems. Monitor CPU, memory, disk, and network usage with a clean, customizable dashboard.
python system_monitor.py --interval 5 --log-file system_stats.log
Create interactive data visualizations from CSV files. This tool automatically generates insightful charts and graphs based on your data structure.
python data_viz.py --input sales_data.csv --chart-type line --x-col date --y-col revenue
An intelligent backup system for Linux that analyzes file changes and prioritizes critical data. Features incremental backups, compression, and optional cloud integration.
python smart_backup.py --source /home/user/documents --destination /backup --encrypt --incremental
A collection of Linux tools, configurations, and tutorials I've created to help optimize and customize Linux systems.
My personal Bash/Zsh configuration with productivity enhancements, custom aliases, and useful functions.
Download Config FilesA collection of scripts to optimize Linux system performance, including memory management and startup optimization.
Download ScriptsA complete backup solution with scheduling, encryption, and support for multiple backup destinations.
View TutorialMy Docker-based development environment setup for Python, web development, and data science.
View Tutorial