- Added new widget packs: DateChooser, FileChooser, DirChooser
- fixed several parsing related issues.
- Gooey now has a sane setup.py (thanks to hero user LudoVio)
- Gooey now builds from json for easy configurability
- Side Note: This was done with big strides towards making Gooey language agnostic. Coming Soon!
- Fixed GUI layout so that resizing works better
###Planned Features:
- Language agnostic!
- Stop/cancel button on run screen
@ -281,9 +285,7 @@ TODO
* Add to pypi
* Add to pypi
* Themes
* Themes
* Add ability to customize the mapping between `Parser` actions and `wxComponents`. For instance, if your program had a file as a required argument, it'd be far more useful to the end user to supply a `wx.FileDialog` rather than a simple `TextBox`.
* Update graphics
* Update graphics
* Optparse support?
* Get OS X version working.
* Get OS X version working.
@ -291,7 +293,7 @@ TODO
Wanna help?
Wanna help?
-----------
-----------
* Do you art? I'd love to swap out the graphics to something more stylistically unified.
* **Artist Wanted!** The graphics and icons in Gooey are a mismash of stuff I was able to scrape up for free off the internet. I'd love to replace them with something more stylistically unified.
* Programmer? Pull requests are super welcome. The projects' style is *fantastically* inconsistent, though. So be warned :) I tried to follow the WxWidgets style of Leading Capital methods and CamelCased variables, but.. Python habits die hard. So, there are underscores littered all over the place.
* Programmer? Pull requests are super welcome. The projects' style is *fantastically* inconsistent, though. So be warned :) I tried to follow the WxWidgets style of Leading Capital methods and CamelCased variables, but.. Python habits die hard. So, there are underscores littered all over the place.