From 21b88669f072ed275d792e2fd0864902133d99ba Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 27 Aug 2014 22:32:38 -0400 Subject: [PATCH] Updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b3141ec..a597355 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,15 @@ Change Log First attempt at packaging went not as planned. I've since swapped from `distutils` to `setuptools` and that seems to have remedied the issue. However, if you do receive an error after running `setup.py` please let me know by submitting an issue! It was caused by the image and language files not copying to the correct location during setup, so in a pinch you can remedy this by manually copying `/images` and `/languages` from the repo into `/site-packages/gooey`. +**Panned Features:** +- docopt support -- The people demand it! +- Ability to customize widgets (e.g. FileChooser instead of TextBox) +- stop/cancel button on run screen + +**Currently Working on:** + +Fixing Parser issues ([#18](https://github.com/chriskiehl/Gooey/issues/18)) + Quick Start -------------