Python bindings for the Gooey GUI library.
GooeyGUI allows you to create and manage GUI applications in Python using the Gooey C library.
Follow the instructions in the main Gooey C repository to compile the library and generate the shared library (.so
, .dll
, or .dylib
).
- Clone this repository or download the Python bindings.
- Ensure the compiled shared library (
libgooey.so
,libgooey.dll
, orlibgooey.dylib
) is available in the same directory as the Python bindings.
- to build
python3 setup.py bdist_wheel
- to push to pypi
twine upload dist/*