Bonus: How to Convert the Tkinter App to an EXE File

In this lesson, we will convert a Python program into an executable software app.

We have built a Rock Paper Scissors game with Python. To run this game, we have to always run the Python program.

But, what if we convert this into an EXE file so that users can simply click on the app to run it? Let’s do that in this lesson.

Get hands-on with 1200+ tech skills courses.