Skip to main content

Material Design Icons extension for superqt font icons

Project description

fonticon-materialdesignicons6

License PyPI Python Version

Material Design Icons extension for superqt font icons

https://github.com/templarian/MaterialDesign

pip install superqt fonticon-materialdesignicons6
from fonticon_mdi6 import MDI6
from qtpy.QtCore import QSize
from qtpy.QtWidgets import QApplication, QPushButton
from superqt.fonticon import icon, pulse

app = QApplication([])

btn2 = QPushButton()
btn2.setIcon(icon(MDI6.fan, animation=pulse(btn2)))
btn2.setIconSize(QSize(225, 225))
btn2.show()

app.exec_()

Dev note

To update this package for new fonticon releases, update the VERSION = ... string in scripts/bundle.py, and rerun python scripts/bundle.py.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fonticon_materialdesignicons6-6.9.96.tar.gz (609.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page