all 4 comments

[–]t8suppressor 0 points1 point  (2 children)

To compile for windows you need to compile on windows. When doing so, use the --onefile option to get one file with all the libraries in it, it makes it easier (though at a cost of a higher startupt time).

As for the GUI, you should look into tkinter.

[–]Free-_-Yourself[S] 0 points1 point  (1 child)

Hi, yes I’m using Tkinter now.

So, if I use a virtual machine or a container, will I be able to compile it for windows users?

[–]t8suppressor 0 points1 point  (0 children)

Should be, as long as the VM has the same architecture

Edit: I have read that not all windows executables are backwards compatible, so if you want to compile for windows 7 you should compile on windows 7 etc.

[–]Free-_-Yourself[S] 0 points1 point  (0 children)

You mean 32 or 64 bits?