From 3ac6e2ac13738438d4dfda122e408a2ee155f199 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 10 Oct 2014 10:24:01 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f61eb8..0c264ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Gooey (Beta) ===== -Turn (almost) any Console Program into a GUI application with one line +Turn (almost) any Python Console Program into a GUI application with one line

@@ -45,6 +45,7 @@ Change Log **Planned Features:** +- Language agnostic support -- a stand-alone Gooey to build other Gooies! - docopt support -- The people demand it! - Ability to customize widgets (e.g. FileChooser instead of TextBox) - Stop/cancel button on run screen