Python Forum
Display text 3 words at a time
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display text 3 words at a time
#5
(May-10-2020, 06:31 AM)DPaul Wrote: If this is your first GUI, i suggest someting simple:
- Find a tutorial on e.g. Tkinter, one with 'grid' positioning (not packing).
- The geometry will let you decide how big the app window will be, the next 5 items must fit in (width, height)
- Start with 3 Labels for the words
- The A Entry text box to type the duration (user)
- And on the fifth row (actually # 4) a button that says 'start'. When you press it it changes to "stop"
pressing start will validate the entered duration and start the show.
Paul
Thank you Paul Smile
Reply


Messages In This Thread
Display text 3 words at a time - by algae - May-04-2020, 09:11 AM
RE: Display text 3 words at a time - by DPaul - May-04-2020, 03:00 PM
RE: Display text 3 words at a time - by algae - May-05-2020, 02:11 PM
RE: Display text 3 words at a time - by DPaul - May-10-2020, 06:31 AM
RE: Display text 3 words at a time - by algae - Jun-27-2020, 09:46 AM
RE: Display text 3 words at a time - by menator01 - Jun-27-2020, 10:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Scaling text QLabel following display mode windows '100%, 125% ...) VIGNEAUD 2 2,300 Jul-07-2021, 06:38 PM
Last Post: deanhystad
  Display MySQL data in QLlineEdit text boxes JayCee 1 4,159 Mar-26-2020, 03:55 PM
Last Post: JayCee
  Display and update the label text which display the serial value jenkins43 5 9,172 Feb-04-2019, 04:36 AM
Last Post: Larz60+
  Display more than one button in GUI to display MPU6000 Sensor readings barry76 4 3,995 Jan-05-2019, 01:48 PM
Last Post: wuf

Forum Jump:

User Panel Messages

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