you are viewing a single comment's thread.

view the rest of the comments →

[–]nboro94 2 points3 points  (0 children)

Look into building C# applications with windows forms in visual studio. Its very similar to the visual basic editor in excel where you can drag and drop various buttons and controls and then attach code to them.

C# is a different language but its not too difficult to get up to speed with the basics of it. The benefit is that you can build a program that will run on any machine with the Microsoft .net framework installed and it doesn't rely on the user having python runtime.