Lucide icons with Python (PyQT, PySide, tk, PySimpleGUI, etc.) as bitmaps #2465
digidigital
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure if it's a candidate for the USAGE section of the README.md since it features other icon sets as well but...
I have created the Python package "iconipy" that enables developers to create bitmap icons for buttons etc. directly from their code (Since a lot of GUI frameworks do not support SVG).
Lucide is the default icon set.
The Github repository contains many examples of how you can add an icon to your favorite GUI framework.
PyPi: https://pypi.org/project/iconipy/
Github: https://github.com/digidigital/iconipy
Docs: https://iconipy.digidigital.de/iconipy.html
Beta Was this translation helpful? Give feedback.
All reactions