1. Tetris game
I write a code to mimic the classic Tetris game using Tkinter package. There are still some small bugs, but overall it works.
2. Translation program
I make a window which can takes a DNA sequence and outputs the related protein amino acid sequence (translation), and calculates the molecular weight of the protein. It is useful for me when I want to know the protein from a given DNA sequence.
3. Brickbreaker game
This is programed as one of the standard program. Still some small bugs need to be addresssed.