Skip to content

Grab-n-go boilerplate code I often use—shared in the hopes someone else finds it useful too.

License

Notifications You must be signed in to change notification settings

VikingInOrbit/GabesPythonToolBox

Repository files navigation

Gabriel's Toolbox

What is this?

Think of this as your coding Swiss Army knife. Gabe's Python Toolbox is a collection code snippets—perfect for those "I swear I've written this before" moments. It's not a specialized library for one thing; it's a general-purpose grab-n-go bag for useful, reusable boilerplate code.

If you're tired of writing the same functions over and over, this might save you a few headaches (and keystrokes).

Setup Guide

Clone this repo. Install dependencies with: bash Copy code cd into "GabesPythonToolBox" "pip install ."

Import what you need, when you need it. using "import GabesPythonToolBox as GTB" for all or import "GabesPythonToolBox.Category.lib as (XX)" That’s it. You're good to go.

Current Features

Utility Functions

Documentation Here(in progress)

  • Time Managment
  • configManager
  • Collor
  • UnitConverter
  • Debug.log

Data Processing

Documentation Here(in progress)

  • signal Filtering
  • input to data managment

Working on

  • StateMachine

What's Next?

  • debugging and testing
  • future code i need and want to shere
  • QuaternionTools
  • SensorFusion
  • arduinio lib
  • InverseKinematics
  • StateMachine

Why Should You Use This?

It's modular, use waht you need, grab the function you need and move on.

About

Grab-n-go boilerplate code I often use—shared in the hopes someone else finds it useful too.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages