Python Forum
[Tkinter] TkInter Setting Out Project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] TkInter Setting Out Project
#1
Teaching myself Python i struggled to keep engaged with the apples pears oranges 1 2 3 excercises/examples and decided i would try an make a practical and useful program/tool for myself while learning along the way and its been a helpful approach having something i can actually use and see working in my day to day job.

Problem being i jumped in head first so i now have a program that functions and does things i want it to do but its a mess and i know it isnt written as it should be its presently a jumble of functions and tkinter windows and from reading i know i should really be using classes.

How do i go about setting out a new project properly so i can rewrite using classes ? i dont mean how do i use classes i mean when you start fresh how do you go about laying it out prior to adding in all the code functions etc.

At present mt GUI consists of multiple Notepad Widget Tabs/Screens

Home
Screen 1
Screen 2
Screen 3
Screen 4
Screen 5
Screen 6
> Screen 6 Pop Up Window 1
> Screen 6 Pop Up Window 2
Reply
#2
you may find this useful: https://sourcemaking.com/design_patterns...d/python/1
and description of design method for above: https://sourcemaking.com/design_patterns...ate_method
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  python file(.py) not working with my tkinter project DeanAseraf1 9 6,995 Mar-22-2020, 10:58 PM
Last Post: ifigazsi
  Tkinter - Need Help setting Height of a TextInputBox itslewis 1 1,522 Mar-22-2020, 02:37 AM
Last Post: deanhystad
  [Tkinter] Help setting text/title in dock/panel in tkinter gui FluxApex 2 4,354 Mar-18-2020, 07:15 PM
Last Post: FluxApex
  tkinter project simon149 2 3,776 Aug-01-2017, 04:04 PM
Last Post: simon149

Forum Jump:

User Panel Messages

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