Skip to content

Rubix982/CodeToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeToolbox

Description

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.

Features

• 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.

Use Cases

• 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.

Setup

For Python scripts,

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

About

A collection of personal and versatile scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published