Installation
To get started with GooeyPie, you’ll need to install it using Python’s package manager, pip. Select your operating system below for specific instructions.
Open your Command Prompt or PowerShell and run the following command:
python -m pip install gooeypieOpen your Terminal and run the following command:
python3 -m pip install gooeypieOpen your Terminal. You may need to ensure tkinter is installed on your system first (e.g., sudo apt install python3-tk on Ubuntu/Debian). Then run:
python3 -m pip install gooeypieUpgrading GooeyPie
Section titled “Upgrading GooeyPie”To upgrade GooeyPie to the latest version, you can use the following command:
python -m pip install --upgrade gooeypiepython3 -m pip install --upgrade gooeypiepython3 -m pip install --upgrade gooeypieNote: v0.14.0 (released in April 2026) introduced a complete rewrite of the library, and is not backwards compatible with previous versions. If you have an older version installed, you may want to uninstall it first using pip uninstall gooeypie before installing the new version.