Small lib to make Gtk my way. Inspired by Granite from elementary OS. I use it in my PyFox project
If you want use this your python apps will need:
-
Gtk and Webkit from gi repository:
- Linux - check your dist repos
- Windows - download "pygi-aio-version-setup.exe"
-
partial markdown to markup converter use markdown2:
pip install markdown2
Done:
-
IntEntry - Entry specially for int
-
BigLabelButton - Button with big label
-
AboutDialog:
- partial support for markdown files as about files
- partial markdown to markup converter
- smart license file loader
- support for license file keywords
-
some small fixes to Window and Builder
ToDo:
- Complete markdown to markup converter