Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Receive Input on Same Line?
#9
(Jan-16-2024, 02:47 AM)rob101 Wrote: Tkinter GUI, but it got way complicated, way quick, and I could not make it emulate the way that the Apple-1 game worked, which is why I dropped the idea and went with Blessed instead, which I found to be very nice to use and code with.

Once again, thank you.

My pleasure.
Thank you for sharing that info.

I just learned the following, from one of the blessed team:

both blessed and urwid are wrappers around the ncurses library

blessed is a bit lower-level, best for making interactive games, like the example worms.py program or custom user interfaces like cursewords

urwid is a widget library, for making "windows" and dialog boxes, like in the mastadon client toot

the "curses" module that is built-in to python is a wrapper of the C library from the 1980's. It is cumbersome to use, as the example of the blessed README describes at the bottom.
rob101 likes this post
Reply


Messages In This Thread
Receive Input on Same Line? - by johnywhy - Jan-13-2024, 09:24 PM
RE: Receive Input on Same Line? - by deanhystad - Jan-14-2024, 01:45 PM
RE: Receive Input on Same Line? - by rob101 - Jan-14-2024, 03:25 PM
RE: Receive Input on Same Line? - by johnywhy - Jan-15-2024, 12:18 AM
RE: Receive Input on Same Line? - by johnywhy - Jan-15-2024, 10:43 PM
RE: Receive Input on Same Line? - by deanhystad - Jan-15-2024, 10:53 PM
RE: Receive Input on Same Line? - by johnywhy - Jan-15-2024, 11:13 PM
RE: Receive Input on Same Line? - by rob101 - Jan-16-2024, 02:47 AM
RE: Receive Input on Same Line? - by johnywhy - Jan-16-2024, 03:45 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to receive two passed cmdline parameters and access them inside a Python script? pstein 2 442 Feb-17-2024, 12:29 PM
Last Post: deanhystad
  How to continuously receive messages until specified to stop using Bleak jacobbreen25 3 2,316 Dec-28-2022, 04:25 PM
Last Post: jacobbreen25
  How can I add an end line character after every value that I receive? GiggsB 11 5,496 Mar-06-2022, 08:51 PM
Last Post: GiggsB
  How to receive webcam capture on spout? buzzdarkyear 2 2,753 Jan-12-2022, 02:26 PM
Last Post: buzzdarkyear
  How to input & output parameters from command line argument shantanu97 1 2,648 Apr-13-2021, 02:12 PM
Last Post: Larz60+
  How to make input come after input if certain line inserted and if not runs OtherCode Adrian_L 6 3,431 Apr-04-2021, 06:10 PM
Last Post: Adrian_L
  Multi-line console input lizze 4 2,460 Dec-26-2020, 08:10 AM
Last Post: lizze
  bad input line 3 how t fix it youssef210 2 2,796 Aug-27-2020, 04:57 PM
Last Post: nilamo
  Line charts error "'isnan' not supported for the input types," issac_n 1 2,486 Jul-22-2020, 04:34 PM
Last Post: issac_n
  Taking Multiple Command Line Argument Input bwdu 6 4,205 Mar-29-2020, 05:52 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020