How to create Windows NT app

Hi there, how can I write the python coding in windows 10 and package it as a windows NT application (exe) using auto-py-to-exe? Need special version of Python? can i still use tkinter to design the user interface in it? Many thanks!

Hi, There are a number of ways to do this. I’ve recently been playing with Nuitka. It has worked for me with basic scripts, with multiprogramming scripts, with Win 32 tools and graphics and with wxWindows gui applications.
Just write the script as normal and when you are happy it works use Nuitka to convert it to a .exe program.
Hope this helps,
John

1 Like

thanks for your information. I’ii try it. By the way, I’m trying virtualbox to install windows nt environment as well. thanks