Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michurin/playwindow

Easy-to-use graphics library for very simple programming graphics in synchronous manner
https://github.com/michurin/playwindow

Last synced: 6 days ago
JSON representation

Easy-to-use graphics library for very simple programming graphics in synchronous manner

Awesome Lists containing this project

README

        

playwindow
==========

This tool dedicated to all better and to make GUI programming easy and
funny for kids and for peoples who never programming before. It allows
you to get noticeable result extremely quickly and move forward with pleasure.

Quick start
===========

Requirements
----------

You need standard installations of Python 3.x with modules:

- tkinter
- threading

that modules are widely portable and included in the standard distribution on all OS:

- Windows
- Linux
- Mac OS

Test it
----------

To enjoy playwindow just download and unpack it.

Now you can start python with playwindow in CLI mode to playing:

python -iBm playwindow

Floow instructions, to view demo.

Or you can run demo directly:

python -Bm playwindow.demo

![screenshot](http://michurin.github.io/playwindow/images/screenshot.png)

API
===

Coming soon.

But there is no reason to wait. You can find all what you need in demo. Source code in file
`playwindow/demo.py`

If Python is you first programming language
===========================================

Very good book:
[Think Python: How to Think Like a Computer Scientist](http://www.greenteapress.com/thinkpython/)
([online version](http://www.greenteapress.com/thinkpython/html/index.html))

Author
======

I'm open for feedback. You can contact me via email .

-- Alexey