Browse Source

Update README.md

pull/34/head
Chris 10 years ago
parent
commit
a21d5ed006
1 changed files with 3 additions and 7 deletions
  1. 10
      README.md

10
README.md

@ -37,23 +37,19 @@ Table of Contents
Change Log
----------
- fixed a bug in codegen.py that was putting raw `ast` objects in the code output
- Rewrote parser to make future changes easier. `Issue 18`
- fixed a bug in the parser that was missing certain import types
- Added `Restart` Button. `Issue #20` (hacked it in there ;) need to pretty it up later.)
- Fixed bug in language class
**Notes**
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))
----------

Loading…
Cancel
Save