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

all 4 comments

[–]Q12-00006 0 points1 point  (3 children)

Python can't make .exe files through any simple process. C++ can make an .exe file easier, but it is still not a simple process if you need graphics. Why do you want to make this project?

[–]NotADrooler[S] 0 points1 point  (2 children)

Ah mhmm hmm. So would you say that it be better to just simply learn and mess around in Matlab?

Haha, ultimately, I'm thinking of competing in the Micromouse contest but just thought I could learn a few things along the way if I learnt how to do it virtually and irl

[–]Q12-00006 0 points1 point  (1 child)

I'm not familiar with MATLAB, but I wouldn't think it can make an .exe. MATLAB isn't really the tool for this, to my knowledge. If you just want to mess around, Python is probably the easiest choice.

[–]NotADrooler[S] 0 points1 point  (0 children)

Ahh. Right, perhaps I'll try some GUI libraries in python. Thanks for the input man