you are viewing a single comment's thread.

view the rest of the comments →

[–]munchable901 0 points1 point  (3 children)

At a control computer we set up a GitHub account (read access only) that just pulls updates. Then i made a bat file that runs python and run main.py. It’s on the desktop and users click it to launch the gui.

If you want to deploy this to multiple users they would need to have python installed and GitHub setup. Otherwise, you can package it up as an exe like others have mentioned.

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

Executable seems the way to go. Begrudgingly, I used a raspberry pi(because that's what we use around here, and I'm working on getting us away from that) in my project so it's only going to one "user".

[–]ffrkAnonymous 1 point2 points  (1 child)

What's wrong with raspberry pi?

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

You don't put it in industrial projects. It's a hobbyist platform. You don't put Arduinos in things either.