custom_wx_iconsΒΆ

Framework for creating freedesktop-esque icon themes for wxPython.

Docs

Documentation Build Status Docs Check Status

Tests

Linux Test Status Windows Test Status macOS Test Status

Activity

GitHub last commit GitHub commits since tagged version Maintenance

QA

CodeFactor Grade Flake8 Status mypy status

Other

License GitHub top language Requirements Status

This repository contains a framework for creating freedesktop-esque icon themes for wxPython. Each theme provides a custom wx.ArtProvider class that allows the icons to be accessed using icon names from the FreeDesktop Icon Theme Specification.

Several themes have been created using this framework:

wx_icons_hicolor

This is the base theme for all other themes. It is based on the gnome-icon-theme.

PyPI PyPI - Python Version PyPI - License

wx_icons_adwaita

This theme is based on the Adwaita icon theme version 3.28.

PyPI PyPI - Python Version PyPI - License

wx_icons_humanity

This theme is based on the Humanity icon theme version 0.6.15. It also includes the Humanity_Dark theme

PyPI PyPI - Python Version PyPI - License

wx_icons_suru

This theme is based on the Suru icon theme version 20.04.4.

PyPI PyPI - Python Version PyPI - License

wx_icons_tango

This theme is based on public domain icons from the Tango Desktop Project.

PyPI PyPI - Python Version PyPI - License

The individual themes contain instructions on how to use them in your program.

View the Function Index or browse the Source Code.

Browse the GitHub Repository