Skip to main content

UI library for small tft screens using cairocffi

Project description

cairotft
========

cairotft is a small module for Python (3.4+) used to draw interface on
tft screen using the framebuffer interface.

.. info:: it's first designed for tft screens, but cairotft can draw
interface on any framebuffer interface; like the default
/dev/fb0 on linux consoles.

Licence
-------

cairotft is free software made available under a BSD license.
See LICENSE.txt

Fonctionnalities
----------------

* support python 3.4 (only tested on python 3.4)
* support double-buffering
* included with widgets:

* blick icon
* text marquee
* included animation transitions formulas like mootools.Fx.Transitions
* uses asyncio event loop
* ... (more in the future)

Installation
------------

from pypi
*********

TBD

from sources
************

* clone the repo::

git clone https://github.com/LinkCareServices/cairotft.git
cd cairotft

* create a virtualenv::

pyvenv-3.4 ~/.virtualenvs/cairotft
source ~/.virtualenvs/cairotft/bin/activate

* install::

python setup.py install

* and for development::

python setup.py develop

* and (eventually) development dependencies::

pip install --upgrade -r dev-requirements.txt

Running tests
-------------

tests
*****

install tests and developpement requirements::

pip install -r dev-requirements.txt

on the main cairotft directory run the tests::

nosetests

or with verbosity::

nosetests -v


News
====

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cairotft-0.1.1.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

cairotft-0.1.1-py2.py3-none-any.whl (23.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page