Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domdfcoding/custom_wx_icons
Custom wx.ArtProviders to provide access to Freedesktop Icon Themes
https://github.com/domdfcoding/custom_wx_icons
Last synced: 21 days ago
JSON representation
Custom wx.ArtProviders to provide access to Freedesktop Icon Themes
- Host: GitHub
- URL: https://github.com/domdfcoding/custom_wx_icons
- Owner: domdfcoding
- License: gpl-3.0
- Created: 2020-04-07T08:06:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T13:33:58.000Z (28 days ago)
- Last Synced: 2024-10-11T22:20:26.816Z (25 days ago)
- Language: Python
- Size: 138 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: COPYING
Awesome Lists containing this project
README
****************
custom_wx_icons
****************.. image:: https://travis-ci.com/domdfcoding/custom_wx_icons.svg?branch=master
:target: https://travis-ci.com/domdfcoding/custom_wx_icons
:alt: Build Status
.. image:: https://readthedocs.org/projects/custom_wx_icons/badge/?version=latest
:target: https://custom_wx_icons.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusThis 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:
.. list-table::
:stub-columns: 1
:widths: 10 50 15* - `wx_icons_hicolor `_
- This is the base theme for all other themes. It is based on the `gnome-icon-theme `_.
- |hicolor_pypi| |hicolor_py_version| |hicolor_license|
* - `wx_icons_adwaita `_
- This theme is based on the `Adwaita icon theme `_ version 3.28.
- |adwaita_pypi| |adwaita_py_version| |adwaita_license|
* - `wx_icons_humanity `_
- This theme is based on the `Humanity icon theme `_ version 0.6.15. It also includes the Humanity_Dark theme
- |humanity_pypi| |humanity_py_version| |humanity_license|
* - `wx_icons_suru `_
- This theme is based on the `Suru icon theme `_ version 20.04.4.
- |suru_pypi| |suru_py_version| |suru_license|
* - `wx_icons_tango `_
- This theme is based on public domain icons from the Tango Desktop Project.
- |tango_pypi| |tango_py_version| |tango_license|.. |hicolor_pypi| image:: https://img.shields.io/pypi/v/wx_icons_hicolor.svg
:target: https://pypi.org/project/wx_icons_hicolor/
:alt: PyPI.. |hicolor_py_version| image:: https://img.shields.io/pypi/pyversions/wx_icons_hicolor.svg
:target: https://pypi.org/project/wx_icons_hicolor/
:alt: PyPI - Python Version.. |hicolor_license| image:: https://img.shields.io/pypi/l/wx_icons_hicolor.svg
:target: https://github.com/domdfcoding/custom_wx_icons_hicolor/LICENSE
:alt: PyPI - License.. |adwaita_pypi| image:: https://img.shields.io/pypi/v/wx_icons_adwaita.svg
:target: https://pypi.org/project/wx_icons_adwaita/
:alt: PyPI.. |adwaita_py_version| image:: https://img.shields.io/pypi/pyversions/wx_icons_adwaita.svg
:target: https://pypi.org/project/wx_icons_adwaita/
:alt: PyPI - Python Version.. |adwaita_license| image:: https://img.shields.io/pypi/l/wx_icons_adwaita.svg
:target: https://github.com/domdfcoding/custom_wx_icons_adwaita/LICENSE
:alt: PyPI - License.. |humanity_pypi| image:: https://img.shields.io/pypi/v/wx_icons_humanity.svg
:target: https://pypi.org/project/wx_icons_humanity/
:alt: PyPI.. |humanity_py_version| image:: https://img.shields.io/pypi/pyversions/wx_icons_humanity.svg
:target: https://pypi.org/project/wx_icons_humanity/
:alt: PyPI - Python Version.. |humanity_license| image:: https://img.shields.io/pypi/l/wx_icons_humanity.svg
:target: https://github.com/domdfcoding/custom_wx_icons_humanity/LICENSE
:alt: PyPI - License.. |suru_pypi| image:: https://img.shields.io/pypi/v/wx_icons_suru.svg
:target: https://pypi.org/project/wx_icons_suru/
:alt: PyPI.. |suru_py_version| image:: https://img.shields.io/pypi/pyversions/wx_icons_suru.svg
:target: https://pypi.org/project/wx_icons_suru/
:alt: PyPI - Python Version.. |suru_license| image:: https://img.shields.io/pypi/l/wx_icons_suru.svg
:target: https://github.com/domdfcoding/custom_wx_icons_suru/LICENSE
:alt: PyPI - License.. |tango_pypi| image:: https://img.shields.io/pypi/v/wx_icons_tango.svg
:target: https://pypi.org/project/wx_icons_tango/
:alt: PyPI.. |tango_py_version| image:: https://img.shields.io/pypi/pyversions/wx_icons_tango.svg
:target: https://pypi.org/project/wx_icons_tango/
:alt: PyPI - Python Version.. |tango_license| image:: https://img.shields.io/pypi/l/wx_icons_tango.svg
:target: https://github.com/domdfcoding/custom_wx_icons_tango/LICENSE
:alt: PyPI - LicenseThe individual themes contain instructions on how to use them in your program.