Python Forum
Connecting GUI code with working logic code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connecting GUI code with working logic code
#1
I have a working non-GUI python script to do some scraping and showing me some financial data and it is working and I trust it so I would like to add on a recently written GUI section in a way that keeps the GUI somewhat apart from my 'logic part'. I was wondering if I can run the GUI part and just pipe in the results and then let my tested logic work on that. Maybe later I can integrate these two concerns but any ideas on a way to do this while keeping the code mostly apart? The GUI part has only a small role - to generate about eight strings for financial accounts. So I could run the GUI part and then let the other code take over without integrating the code too much? Thanks.
Reply
#2
import?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Arduino Code to Python Code boogeyman1 3 2,629 Jan-07-2022, 11:36 AM
Last Post: Larz60+
  Tk .set not working in parts of code User01 2 2,021 Feb-13-2021, 03:39 PM
Last Post: deanhystad
  [PyQt] how to transform pyqt4 code to pyqt5 code atlass218 4 5,123 Jan-20-2020, 05:45 PM
Last Post: Axel_Erfurt
  Code not working Luzaich 2 2,949 Sep-03-2018, 04:37 PM
Last Post: Gribouillis
  [Tkinter] my simple window code is not working antonmichel 8 13,575 Jan-29-2018, 06:24 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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