hoffstadt / DearPyGui_Ext

Dear PyGui Extensions: A collection of useful tools, abstractions, and simplification layers built with/for Dear PyGui users.
https://dearpygui-ext.readthedocs.io/en/latest/
MIT License
78 stars 13 forks source link

Adding utilities.py #7

Closed Atlamillias closed 2 years ago

Atlamillias commented 2 years ago

I'll start by adding that this is my first pull request, so hopefully I'm doing this properly.

The utilities module homes a (small, for now) collection of useful functions for DearPyGui.

Below are a list of objects (all functions in this case) added within the module. They are complete with type hints, docstrings, and doctests.

The doctests ran successfully on Python 3.10.0 and 3.6.8.