fonticon-materialdesignicons7 7.2.96


pip install fonticon-materialdesignicons7

  Latest version

Released: Apr 17, 2023


Meta
Author: Talley Lambert
Requires Python: >=3.7

Classifiers

Development Status
  • 4 - Beta

License
  • OSI Approved :: MIT License

Natural Language
  • English

Programming Language
  • Python :: 3
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11

fonticon-materialdesignicons7

License PyPI Python Version

Material Design Icons 7 extension for superqt font icons

https://github.com/templarian/MaterialDesign

pip install superqt fonticon-materialdesignicons7
from fonticon_mdi7 import MDI7
from qtpy.QtCore import QSize
from qtpy.QtWidgets import QApplication, QPushButton
from superqt.fonticon import icon, pulse

app = QApplication([])

btn2 = QPushButton()
btn2.setIcon(icon(MDI7.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.

Extras:
Dependencies: