Algorithm 1.
For GUI of Protein-1 and Protein-2.
1: Import the tkinter library |
2: Create and place the Label ‘Protein-1′ on the canvas of the first root window |
3: Create and place Label that informs the user to give manual input beneath the previous label |
4: Create and place a button that contains command to ‘Compute Parameters’ below the previous label |
5: Create and place a button that contains command to ‘RESET’ below the previous label |
6: Create and place a text box where the user will give the manual input |