Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michurin/playwindow
- Owner: michurin
- Created: 2014-02-18T19:27:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T23:15:03.000Z (almost 8 years ago)
- Last Synced: 2023-08-14T09:45:36.342Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- threadingthat modules are widely portable and included in the standard distribution on all OS:
- Windows
- Linux
- Mac OSTest 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