Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Peter Brittain Newsgroups: comp.lang.python.announce Subject: Announcing asciimatics v1.5.0 Date: Mon, 30 Nov 2015 10:58:47 +0000 Lines: 58 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de VJJww9Ywk1rcdrKYs0XutwprQq5F/1H0YRmZ2XK9P8CQ== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'fixes': 0.05; 'needed,': 0.05; 'mouse': 0.07; 'session.': 0.07; 'api': 0.09; '(without': 0.09; 'cursor': 0.09; 'high-level': 0.09; 'url:github': 0.09; 'bug': 0.10; 'python': 0.10; 'options.': 0.15; 'curses': 0.16; 'fireworks,': 0.16; 'png': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sorts': 0.16; 'input': 0.18; 'changes': 0.20; 'windows': 0.20; 'ascii': 0.22; 'keyboard': 0.22; 'libraries': 0.22; 'code,': 0.23; 'unlike': 0.23; 'patch': 0.24; 'linux': 0.26; 'handling': 0.27; 'message-id:@mail.gmail.com': 0.27; 'idea': 0.28; 'blocking': 0.29; 'url:samples': 0.29; 'url:wiki': 0.30; 'code': 0.30; 'e.g.': 0.30; 'window': 0.30; 'screen': 0.32; 'announce': 0.32; 'are:': 0.32; 'class': 0.33; 'animation': 0.33; 'enhanced': 0.33; 'previous': 0.34; 'running': 0.34; 'received:google.com': 0.35; 'text': 0.35; 'formats': 0.35; 'lines': 0.36; 'received:209.85': 0.36; '(i.e.': 0.36; 'available.': 0.37; 'received:209.85.213': 0.37; 'release': 0.37; 'things': 0.38; 'associated': 0.38; 'version': 0.38; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'further': 0.62; 'sample': 0.63; 'pleased': 0.64; 'packages,': 0.66; 'banners': 0.72; 'charts': 0.84; 'detecting': 0.84; 'subject:Announcing': 0.84; 'url:master': 0.84; 'colour': 0.91; 'releases.': 0.91; 'scraping': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=my+76HTaocXpl9rg2kL1AB3V+qfxa4ACuSnW+TH0vz0=; b=N1fWC9qMxQ7QQylf4TxHZMarZIHMlyYyye3eHN/tTeaG6Dn27vtAh/ArCXil1rlWGb ntAKIxptWj7Ni5YMLRTzEadPg0PbMiQb3oleG7TYxcO8q//JzqxI/wdrT2I6XV5hXwsW RaHozXG8SwFQdGoc/vOqv8biRqL1kOj4Na0e7c1B0DH83bFwGkvc7++fqAWjMXZY9mO+ ZLfb+NaY+Rj+M4SrA5HIbIfkoW6wg3cRahih4P7W91LnUiMBkyctC5AnzJ5No1UCGzn4 3DY9gOOgNrqC5dLLROs+J7TrlAowOEUKAZmWyqERpAE8Z1Y4PVzSbd8ri6j7aWNoXy6c Xy7w== X-Received: by 10.50.150.9 with SMTP id ue9mr20032614igb.40.1448881127847; Mon, 30 Nov 2015 02:58:47 -0800 (PST) X-Mailman-Approved-At: Mon, 30 Nov 2015 06:01:00 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1938 I am pleased to announce that version 1.5.0 of asciimatics ( https://github.com/peterbrittain/asciimatics) is now available. WHAT IS IT? This package provides a fully featured, cross-platform, high-level terminal/console API including: * Coloured/styled text - including 256 colours (terminal support permitting) * Cursor positioning * Keyboard input (without blocking or echoing) * Mouse input (terminal support permitting) * Detecting and handling when the console resizes * Screen scraping * Anti-aliased ASCII line-drawing * Image to ASCII conversion - including JPEG, PNG and GIF formats * Many animation effects - e.g. text sprites and scrolling banners It has been proven to work on Windows (without the use of PDCurses), Linux and OSX, supporting both Python 2 and 3. Unlike some other packages, it is genuinely running inside the terminal (i.e. will also work inside a telnet/ssh session) using the native curses or win32 libraries as needed, so that you can write your code once for any platform. CHANGES Changes in this release are: * particle systems - including many new Effects - e.g. fireworks, rain, explosions and screen disintegration. * window titles - the Screen class now provides a way to set the title bar for the window that owns the terminal/console session. * enhanced bar charts - added background colour options. * various bug fixes rolled up from previous patch releases. FURTHER READING For an idea of the sorts of things it can do in just a few lines of code, see the gallery (https://github.com/peterbrittain/asciimatics/wiki) and associated sample code ( https://github.com/peterbrittain/asciimatics/tree/master/samples).