Skip to main content

One post tagged with "Software Practice"

View All Tags

Open Source Project Review: Convert command line to Web App with Wooey

· 6 min read
XiGou
Software Developer

There is a problem always annoying the software developer: How to deliver your software to your user?

Recently, I wrote a tool for internal use, It is implemented in Python , and packaged as a command line program, I think it is esay enough for me to use, but the reality is cruel, not all the target user have technical background, the feedback is they all think it is hard to use it. when they need to use it, they would definitely asking me to support them again and again, so the software I developed became a nightmare of mine.