interrogator / corpkit

A toolkit for corpus linguistics
Other
199 stars 27 forks source link

.app, .exe for GUI #5

Open interrogator opened 9 years ago

interrogator commented 9 years ago

I want to put together a nice app version of the GUI, so that people don't need to install and run via command line, etc. One problem is what to bundle: a lot of external modules are required that would make the thing HUGE if all bundled together! If anybody sees this and has experience with py2app or pyinstaller, let me know!

interrogator commented 9 years ago

There's now a standalone .app GUI inside the corpkit-app submodule: https://github.com/interrogator/corpkit-app. A Windows executable is still in the works.