Hello
First apologies for being a total newb. Everyones gotta go though this stage i guess.
I'm a teacher and I've written some python 3 code that does some handy stuff to grades. I can execute the code using IDLE and it does what I want it to(averaging scores, producing student reports and stuff). Which is fine for me and my grades.
However, some collegues have expressed a desire to use it, but i don't want to have to get them to download python and teach them how to execute out of IDLE etc.
What I'd like is to be able to package my application into a nice program that can be installed(on windows) and run by clicking an icon.
But I have literally NO IDEA how to do this(which it must surely possible to do)
Thanks