I have multiple python scripts that I want non-technical people on my team to be able to use. Right now, they would have to interact with the command line and I want to make it easier. For example, maybe something that could be in file explorer that they could double-click on to run at will and that would still have a way to have arguments be accessible. I don't want to build a GUI. Something time efficient would be ideal. The scope of these scripts are for simple testing and MUST have arguments be accessible. This would be on a Windows machine. Thanks in advance!
source https://stackoverflow.com/questions/70440502/easy-way-to-run-a-script-for-non-tech-people
Comments
Post a Comment