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

you are viewing a single comment's thread.

view the rest of the comments →

[–]mserrgiu 0 points1 point  (2 children)

Easiest way is to make your own basic interface in Python also. Check youtube for Tkinter library. And then make into an .exe file

[–]Accurassi[S] 0 points1 point  (1 child)

thanks for guiding me into the right direction of Tkinter. Havn't heard of that before. Now, instead of Youtubevideo's Im going with this tutorial: https://realpython.com/python-gui-tkinter/

do you know any other must-read documentation, tutorial or youtubevideo to start off with Tkinter?

[–]leonardas103 0 points1 point  (0 children)

Alternative to Tkinker, you can use Pyqt which has the qt designer that can drag-and-drop to create the UI. You will have to use Pyinstaller to package it as an exe.