https://github.com/jeremi360/pygtkfx
Small lib to make Gtk my way
https://github.com/jeremi360/pygtkfx
easy-to-use framework gtk3 gui markup-converter python
Last synced: 4 months ago
JSON representation
Small lib to make Gtk my way
- Host: GitHub
- URL: https://github.com/jeremi360/pygtkfx
- Owner: Jeremi360
- License: gpl-3.0
- Created: 2014-06-26T07:38:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T09:23:07.000Z (almost 8 years ago)
- Last Synced: 2024-12-30T02:33:38.704Z (6 months ago)
- Topics: easy-to-use, framework, gtk3, gui, markup-converter, python
- Language: Python
- Size: 433 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PyGtkFX
======Small lib to make Gtk my way.
Inspired by Granite from elementary OS.
I use it in my [PyFox project][3]If you want use this your python apps will need:
- [python version 3.x][1]
- Gtk and Webkit from gi repository:
- Linux - check your dist repos
- [Windows][2] - download "pygi-aio-*version*-setup.exe"- partial markdown to markup converter use [markdown2][4]:
`pip install markdown2`Done:
* IntEntry - Entry specially for int
![IntEntry screen shot][5]
* BigLabelButton - Button with big label
* AboutDialog:
![AboutDialog screen shot][6]
* 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 BuilderToDo:
* Complete markdown to markup converter
[1]:https://www.python.org
[2]:https://sourceforge.net/projects/pygobjectwin32/files/
[3]:https://github.com/jeremi360/PyGtkFX
[4]:https://github.com/trentm/python-markdown2
[5]:shots/IntEntry.png
[6]:shots/AboutDialog.png