Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43554
| From | Lee Harr <missive@hotmail.com> |
|---|---|
| Subject | [ANNC] pynguin-0.14 python turtle graphics application |
| Date | 2013-04-14 03:54 +0430 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.580.1365895556.3114.python-list@python.org> (permalink) |
Pynguin is a python-based turtle graphics application. It combines an editor, interactive interpreter, and graphics display area. It is meant to be an easy environment for introducing some programming concepts to beginning programmers. http://pynguin.googlecode.com/ This release adds several user-requested features, including circular arcs, SVG export, and undo. Pynguin is tested with Python 3.2.3 and PyQt 4.9.3 and will use Pygments syntax highlighting if available. Pynguin is released under GPLv3. Changes in pynguin-0.14: Important fixes Other fixes Pynguin API - Added font() to change font for use with write() - Added move parameter for write() - Added align and valign parameters for write() - Added arc() for circular arcs Canvas - Added SVG Export UI - Added ability to use translations - Added (basic) undo capability (ctrl-z) Integrated Editor - Added shortcut (ctrl-w) for removing doc pages - Stop asking for confirmation to remove empty doc page - Stop autosave from modifying empty doc page Integrated Console Examples - Added arc examples
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
[ANNC] pynguin-0.14 python turtle graphics application Lee Harr <missive@hotmail.com> - 2013-04-14 03:54 +0430
Re: [ANNC] pynguin-0.14 python turtle graphics application Miki Tebeka <miki.tebeka@gmail.com> - 2013-04-13 17:10 -0700
Re: [ANNC] pynguin-0.14 python turtle graphics application Miki Tebeka <miki.tebeka@gmail.com> - 2013-04-13 17:10 -0700
Re: [ANNC] pynguin-0.14 python turtle graphics application "Colin J. Williams" <cjw@ncf.ca> - 2013-05-03 19:49 -0400
Re: [ANNC] pynguin-0.14 python turtle graphics application "Colin J. Williams" <cjw@ncf.ca> - 2013-05-03 19:49 -0400
csiph-web