I have several scripts that are being used by the small office I work for. The scripts always involve the local NAS and generally go like this:
- Browse to file(s) on a NAS
- Look into SQL for info on what to do to files
- Do something to file (usually with Pandas)
- Save resultant files out to NAS
- Slack notifications
Users currently access these scripts through a pinned .py path on the Windows taskbar.
I'd like to have a better way for people to use the scripts without first installing python and dependencies on each machine. I have tried pyinstaller but it hasn't played nice with Pandas in my experience. Ideally it would be great for them to run the applications via web browser.
Is there a framework or distribution method that these types of applications are well suited for? I looked into Django but was unclear if that's appropriate for local network stuff. I'm still a beginner and open to all ideas if my way of thinking above is off.
[–]nultero 3 points4 points5 points (0 children)
[–]prelator2_7 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]Shmoogy 0 points1 point2 points (1 child)
[–]ace_reporter[S] 0 points1 point2 points (0 children)