Most of the changes that I am doing to this project will be documented in the following file.
- Actual scrollbars to both frames. For the sake of PC users.
- Deleted parts of non-used code for the scrolling.
.gitignore
file.
- Fixed a bug which would make the program crash if arguments were less than 3.
- Updated the
README.md
.
- Width of the label widget is smaller.
- Different display modes (changing the background and the foreground) which can be set through parameters
- Added a parameter to change the font size (by default is 18)
- Now there's a message that explains the usage of the application.
- Default font is now regular instead of bold.
- Switcher instead of if statements for configuring the tags.
- Text widget on the left of the window that indicates the header of each of the sequences displayed.
- Legend to clarify the different amounts of saturation for each base.
- Packing the different widgets in the window. Now done to the left.
- Changelog file.
- The way of obtaining the
title
of the TkInter window is cleaner.
- Prototype of the visualizer with basic features.