A curated collection of useful and versatile scripts written in Python, Bash, and Go. This repository is designed to simplify everyday development tasks, enhance productivity, and provide solutions for common automation and scripting challenges.
• Python Scripts: Powerful utilities for data processing, file handling, API interaction, and more. • Bash Scripts: Handy shell scripts for system administration, task automation, and quick fixes. • Go Scripts: High-performance tools and utilities leveraging the efficiency and concurrency of Go.
• Automating repetitive tasks • Managing and analyzing system files • Learning and referencing scripting techniques across multiple languages • Use CLI tools instead of visiting paid or hard to use online tools
Feel free to contribute, raise issues, or suggest new scripts to grow this repository into a comprehensive toolbox for developers.
For Python
scripts,
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt