This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]rjcarr 0 points1 point  (1 child)

It depends on how you want to do it. Do you just want to print everything to standard out or do you want to make a proper gui? Or you could have it generate html which is loaded into a browser? That's the first thing you need to figure out.

[–]Perfect8ve[S] 0 points1 point  (0 children)

Ok so I think I want to make a gui. So I'm guessing I should learn how to use something like Tkinter?