packman.bin.GUI module

The PACKMAN Graphical User Interface (GUI) host file.

How to use::
python -m packman gui #(For GUI) python -m packman #(For CLI)
Authors:
class packman.bin.GUI.HingePrediction(parent)

Bases: tkinter.Frame

browseFiles()
hide()
run_PACKMAN()

PACKMAN Hinge Prediction Algorithm

show()
class packman.bin.GUI.HomePage(parent)

Bases: tkinter.Frame

hide()
show()
class packman.bin.GUI.Skeleton(frame_name)

Bases: tkinter.Tk

show_frame(frame_name)
class packman.bin.GUI.Voronoi_Packing_Entropy_GUI(parent)

Bases: tkinter.Frame

browseFiles()
hide()
run_Entropy()

PACKMAN Hinge Prediction Algorithm

show()
packman.bin.GUI.get_version(rel_path)

To find out the version of the

class packman.bin.GUI.hdANM_GUI(parent)

Bases: tkinter.Frame

browseFiles(fill_box_num, filetypes)
hide()
run_hdANM()
show()
packman.bin.GUI.load_gui()
packman.bin.GUI.read(rel_path)
class packman.bin.GUI.top_menu(parent)

Bases: tkinter.Frame