Python Forum
Help on a program to help with distributing food to the needy
Thread Rating:
  • 3 Vote(s) - 2.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help on a program to help with distributing food to the needy
#19
(Apr-07-2017, 04:37 PM)teenspirit Wrote: What i mean is when the program runs it gives you a prompt to enter a letter or value, when you hit enter it makes a second prompt, then a tthird, fourth, so on. i want one prompt that has the values listed, and instead of skipping to a new line every time, it would just change the values on the prompt.

You mean some sort of screen control/redrawing? For linux you can use traditional curses or maybe higher level/easier to use npyscreen (built on top of curses).

Using either one would make your program significantly more complicated. So I wonder if isnt better to start with something that ichabod801 suggested - maybe even spreadsheet with formula for counting cells with X or XX would work (and could contain explaining text/notes).
Reply


Messages In This Thread
RE: Help on a program to help with distributing food to the needy - by zivoni - Apr-07-2017, 05:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Optimization problem ( food menu ) Truman 3 3,628 Apr-01-2019, 09:28 PM
Last Post: Truman
  Packaging and Distributing App for Python 3.6 solaikannan 1 2,691 Aug-21-2017, 09:36 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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