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).
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.
Documentation Here(in progress)
- Time Managment
- configManager
- Collor
- UnitConverter
- Debug.log
Documentation Here(in progress)
- signal Filtering
- input to data managment
- StateMachine
- debugging and testing
- future code i need and want to shere
- QuaternionTools
- SensorFusion
- arduinio lib
- InverseKinematics
- StateMachine
It's modular, use waht you need, grab the function you need and move on.