Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87454 > unrolled thread
| Started by | Jason Heeris <jason.heeris@gmail.com> |
|---|---|
| First post | 2015-03-15 09:28 +1100 |
| Last post | 2015-03-15 09:28 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Module/lib for controlling a terminal program using redrawing? Jason Heeris <jason.heeris@gmail.com> - 2015-03-15 09:28 +1100
| From | Jason Heeris <jason.heeris@gmail.com> |
|---|---|
| Date | 2015-03-15 09:28 +1100 |
| Subject | Re: Module/lib for controlling a terminal program using redrawing? |
| Message-ID | <mailman.380.1426372143.21433.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Yes, Paul Rubin had it right: I hadn't thought of the term "screen scraper," but that might help my searching. On 15 March 2015 at 05:50, Terry Reedy <tjreedy@udel.edu> wrote: > > Perhaps you can use the guts of a terminal emulation program, removing the part that displays the interpreted stream (a 24 x 80 array) on the screen. Searching 'python terminal emulation' returns these Thanks for those results. I also discovered that someone wrote a Python ANSI terminal scraper originally for use with Nethack: https://github.com/helgefmi/ansiterm (although it seems generic enough). Cheers, Jason
Back to top | Article view | comp.lang.python
csiph-web