Browse Source

Updated README

pull/29/head
Chris 10 years ago
parent
commit
21b88669f0
1 changed files with 9 additions and 0 deletions
  1. 9
      README.md

9
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
-------------

Loading…
Cancel
Save