https://github.com/dead-beef/pygtkdrawingwindow
PyGTK / PyGObject drawing widgets
https://github.com/dead-beef/pygtkdrawingwindow
cairo-drawing pygtk pygtk3 python-library python2 python3 widget-library
Last synced: 12 months ago
JSON representation
PyGTK / PyGObject drawing widgets
- Host: GitHub
- URL: https://github.com/dead-beef/pygtkdrawingwindow
- Owner: dead-beef
- License: mit
- Created: 2017-09-18T18:02:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T02:51:32.000Z (over 7 years ago)
- Last Synced: 2025-02-04T16:32:05.390Z (about 1 year ago)
- Topics: cairo-drawing, pygtk, pygtk3, python-library, python2, python3, widget-library
- Language: Python
- Homepage: https://dead-beef.github.io/pygtkdrawingwindow/
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pygtkdrawingwindow
==================
Overview
--------
`PyGTK `__ / `PyGObject `__
drawing widgets.
Requirements
------------
- `pygtk `__ or
`gir1.2-gtk-3.0 `__
- `pycairo `__
Optional
~~~~~~~~
- `python-rsvg `__
or
`gir1.2-rsvg-2.0 `__
Installation
------------
.. code:: bash
python setup.py install
Usage
-----
- `Documentation `__
- `Examples
`__
Development
-----------
Installation
~~~~~~~~~~~~
.. code:: bash
git clone https://github.com/dead-beef/pygtkdrawingwindow
cd pygtkdrawingwindow
pip install -e .[dev]
Building
~~~~~~~~
.. code:: bash
./build.sh
Licenses
--------
- `pygtkdrawingwindow
`__