Final Project : Algorithms and Object-Oriented programming. Secodary structure of ARN molecules
- Lydie Tran
- Gustavo Magaña López
The user interface is built using PySimpleGUI.
It requires a tkinter
backend which apparently
is not explicitly required by the package itself,
so pypoetry does not resolve it automatically.
To be able to run the GUI, the python3-tk
dependency
must be met using the system's package manager :
$ sudo apt install python3-tk
This project leverages poetry
as the main dependency tracking system.
The code is simultaneously developed and
tested both on Pop!_OS 20.04 LTS x86_64
(Ubuntu-based linux system) and
Windows 10
.