From be453ddf85252673900deae233362e6ac0012430 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Mon, 29 May 2017 01:16:59 +1000 Subject: [PATCH] Update Readme with Case Study Project that implemented appJar GUI I am a contributor to content-downloader repository. I found the appJar extremely simple to use and it enhanced the quality of the user experience significantly since users can now visualise the capabilities of the product in a simple appJar GUI control panel instead of only being able to run it with a CLI using commands and flags --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6fa5c1b..59ff748 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ app = gui("Example") app.addLabel("label1", "Hello World") app.go() ``` + +### Case Study Project: +[Content Downloader](https://github.com/ltfschoen/content-downloader) was originally built as a command line tool but now incorporates the **appJar GUI**, which has improved the user experience of gathering their web scraping requirements. Screenshot of outcome shown below: + +![alt tag](https://raw.githubusercontent.com/ltfschoen/content-downloader/master/screenshots/gui_appjar_updated.png) + ### Reasoning: - Designed to be as easy as possible, yet still provide a lot of tkinter functionality - Provides 3 functions for most widgets: