-
ai_audio_pattern Public
Mostly AI generated code to create a visual audio pattern
MIT License UpdatedApr 25, 2025 -
xl_tables Public
XL file reading and writing using table descriptors
-
np_rw_buffer Public
Library to make a numpy circular buffer to help store audio data.
-
isfreader Public
Read tek scope isf files as a numpy array.
-
bitflags Public
Bit flags implementation using a C Union. This library removes the need to use ctypes and helps you quickly access what bits are toggled.
-
-
-
prompt_args Public
Decorator to prompt input for missing arguments.
Python MIT License UpdatedNov 16, 2023 -
json_dunder Public
Encdoe objects with a __json__ dunder method and decode objects with a __from_json__ dunder method.
Python MIT License UpdatedSep 23, 2023 -
-
-
-
continuous_threading Public
Library to help manage threads that run continuously for a long time.
-
resource_man Public
Python resource manager to work with the standard library for regular python code and executables.
-
-
conditional_context Public
Context manager that will skip the body on a condition
-
indicator-stickynotes Public
Forked from umangv/indicator-stickynotesIndicator Stickynotes: Sticky notes for your Ubuntu desktop
Python GNU General Public License v3.0 UpdatedMar 10, 2022 -
justengel_material Public
Fastapi Jinja Materializecss theme capability
-
-
-
-
fabada Public
Fully Adaptive Bayesian Algorithm for Data Analysis (FABADA) is a new approach of noise reduction methods. In this repository is shown the package developed for this new method based on \citepaper.
-
dataclass_property Public
Add the ability to use properties with dataclasses.
-
pylibimport Public
Python utility for import a project with the same name, but different version.
-
pydantic_property Public
Property descriptors for Pydantic
-
pydantic_decoder Public
Convert json text back into proper Pydantic models.
-
wmm2020 Public
Forked from space-physics/wmm2020WMM2020 geomagnetic model in Python
-
-
module_path Public
Reliably find a modules path even when running an executable.
Python MIT License UpdatedJul 23, 2021 -
qt_thread_updater Public
Python Qt thread updater to update GUI items using a separate thread.