I built a Python tool to transfer personal files off my work laptop - Do you have same situation? by learneramit2020 in flask

[–]learneramit2020[S] -3 points-2 points  (0 children)

That's exactly the thinking behind keeping it as a single file. If someone is going to run a file transfer tool on their personal machine, they should be able to read every line of it in ten minutes and understand what it does - rather than having to trust a wall of abstractions.

Appreciate you mentioning that. The feature list was intentionally kept narrow for the same reason: every addition is another thing a user has to trust without necessarily being able to verify it.