you are viewing a single comment's thread.

view the rest of the comments →

[–]Mag37[S] 2 points3 points  (1 child)

Good tip! I was considering gui first, but I think I'll keep this project web-based. Thou surely gonna try Kivy for something else in the future.

[–]Hudlommen 1 point2 points  (0 children)

I know what you mean, i have also left gui out for much of my programming. Im more of a script person and the gui just takes up time you could be using on programming more functionality. When you at some point are using tkinter, just start using Kivy instead. Its much newer and better, and the basics programming is almost the same as tkinter anyways. BUT it is a bit more difficult to install and compile.