RoadrunnerWMC / PyQtRibbon

[Unfinished, archived] A ribbon library for PyQt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyQtRibbon

By RoadrunnerWMC

PLEASE READ: This project is very unfinished, and I don't think the code is very good. I'm never going to revisit it, so I've marked it as "archived." If you really want a PyQt ribbon library, your best option is probably to write your own, honestly. Original readme text follows below:

A Python module for creating ribbon UIs with PyQt5. Quite underpowered at the moment.

Installation Instructions

  • Navigate to your Python installation
  • Click on "Lib", then "site-packages"
  • Make a new folder called "PyQtRibbon"
  • Paste all these files in there
  • Restart Python, if you have it running already
  • Test that it is installed properly by opening a Python shell and typing from PyQtRibbon.Ribbon import QRibbon
  • If nothing happens, everything's fine. If you see
    Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> from PyQtRibbon.Ribbon import QRibbon ImportError: No module named 'PyQtRibbon' or another error, then you messed up somehow.

Licensing

Licensed under GPLv3

About

[Unfinished, archived] A ribbon library for PyQt

License:GNU General Public License v3.0


Languages

Language:Python 100.0%