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).
in terminal for project
''' py -m pip install git+https://github.com/VikingInOrbit/GabesPythonToolBox.git '''
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.
- StateManager
Documentation Here(in progress)
- Time Managment
- configManager
- Collor
- UnitConverter
- Debug.log
Documentation Here(in progress)
- signal Filtering
- input to data managment
- csv reding, handeling and consol printing
- Unit tests
- State Machine
- Pyside6
- Programin Patterns
- future code i need and want to shere
- QuaternionTools
- SensorFusion
- arduinio lib
- InverseKinematics
- csv telemetry frame reader ,w multipex suport
- config manager gui
- debug logfile
It's modular, use waht you need, grab the function you need and move on.