Can you help me make a Python engine along with the graphical interface? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can you help me make a Python engine along with the graphical interface?

can you help me to develop a python engine with the graphical interface is that I am finishing the course and the exam will be to make a chess engine in python and with the interface in python

8th Mar 2022, 7:58 PM
Pablo
Pablo - avatar
2 Answers
0
Sounds like a programming course and you should know this or atleast most of the parts needed. What is your attempt so far?
8th Mar 2022, 8:11 PM
William Jönsson
William Jönsson - avatar
0
Use tkinter or QT or kivy write your code in python file and pack all to exe file. That's it. Even chess algo you can find in GitHub(I think). You need to write just visual part and connect it with chess algo
8th Mar 2022, 9:06 PM
Shadoff
Shadoff - avatar