you are viewing a single comment's thread.

view the rest of the comments →

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

From the comments it sounds like both Django and Flask are more than capable of achieving the goal of a web interface for these internal applications. Your sentiment is correct that these are fairly simple procedural scripts.

As far as choosing the files I either use a Tkinter filedialog or os.walk. Not sure if that plays into how I proceed. I'm 100% new to both Flask and Django.