An open API service indexing awesome lists of open source software.

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

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
`__