Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




  • Bookmarks
  • BioStar
  • Gooey: Turn (almost) any Python command line program into a full GUI application with one line

Gooey: Turn (almost) any Python command line program into a full GUI application with one line

https://github.com/chriskiehl/Gooey

Turn (almost) any Python command line program into a full GUI application with one line

The easiest way to install Gooey is via pip

pip install Gooey 

Alternatively, you can install Gooey by cloning the project to your local directory

git clone https://github.com/chriskiehl/Gooey.git

run setup.py

python setup.py install