Some widgets for DearPyGui
In python, if you want to import some code into another project, you might do that with import pandas as pd. If you don't have the pandas package installed, then the import statement will fail. The same goes if you want to import swisscontrols into your project: it needs to be installed.
Instructions based on this guide
py -m pip install build hatchling.- Navigate to the project root directory in terminal and run
py -m build. This will create distribution packages in thedistdirectory. - Run
py -m pip install path\to\dist\swisscontrols-0.0.1-py3-none-any.whl
Add, remove, sort, and edit elements in a list.
