PhyloGrok / VCFgenerator

Automated variant calling app for NextGen evolutionary genomics
GNU General Public License v3.0
0 stars 0 forks source link

Add a GUI menu for selecting a BioProject and user input using the tkinter python package. #6

Open PhyloGrok opened 1 year ago

PhyloGrok commented 1 year ago

Lloyd, can you give an update on your progress, what strategies you are using to make this Python command-line UI?

PhyloGrok commented 1 year ago

There is a Python library TKinter that makes simple GUI's in Python, that might be a good place to start. https://realpython.com/pysimplegui-python/