Python Logo Widgets — Installation¶
Requirements¶
| Python | 3.x with Tkinter |
| Dependencies | None |
Tkinter is bundled on Windows and macOS. On Linux:
Install¶
The images are packaged inside python_logo_widgets/imgs/, so there is nothing to copy
alongside and no path to configure.
From source¶
git clone https://github.com/willtheorangeguy/Python-Logo-Widgets
cd Python-Logo-Widgets
pip install -e .
python -m python_logo_widgets
Verify¶
A window with the Python logo. If it opens empty, see Troubleshooting — though the widget classes are written specifically to prevent the usual cause.
Adding it to your project¶
in your requirements.txt or pyproject.toml dependencies. It adds no transitive dependencies
of its own.
Note the licence position before you do: the code is GPL v3, which is a real obligation for anything you link it into, and the images are PSF trademarks under separate terms. See FAQ.
Uninstall¶
Nothing is written outside the package — no cache, no config, no data.