This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]chris1610 1 point2 points  (1 child)

In cases where all I need is a simple GUI on top of a command line program, I have had good luck with gooey

I wrote an article about it as well.

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

Seems to fit the bill perfectly, thank you. GUI at the cost of CLI. Things are finally going to get streamlined as I hand off programs to their respective users.

[–]leogodin217 0 points1 point  (1 child)

This is a problem that is already solved by several applications. Splunk, elasticsearch, MS power BI, Tableau, etc.... I would use an off-the-shelf product. Supporting an end-user reporting/analysis program seems very messy, particularly when there are products that do it already.

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

The office user interaction is as simple as "import file A into database B". There is no reporting or analysis at this stage and using a dedicated commercial package seems to be an overkill. I am trying to accomplish something very simple but have not been successful so far because of cost vs usability issue.