Project developed with Tkinter for MasQueProyectores that serves as an aspect ratio calculator. It also includes a canvas to create custom figures, along with a variety of additional features that are very convenient and useful for the user. Try it now here:
Download the latest versions here
To create the executable file of this program for Windows systems, you can use the tool included in the project files called build.sh.
Usage:
./build.sh [-s] <version>
By running this script, a folder named "executables" will be created where all the generated versions will be stored.
-
Open a terminal (powershell, cmd, bash...) and clone the repository:
git clone https://github.com/Aniol0012/MQP_Project.git
or manually download the file.
-
Install dependencies:
pip install tkinter
pip install pillow
-
Within the directory, run the application:
python3 main.py