Fresco Maker is a little software who is made and used by the team 6 of ALGOSUP students to split their fresco and give instruction manual to each others teams
We created this program with Python 3.11.6
Do a gitclone and start the Initialization
If you want to use it you need to build the app to do that open your terminal and execute:
python setup.py buildcx_freeze will build your executable app to run
-
To use it you just need to run the executable file, when the GUI appears you need to put the path of your fresco image with valid proportion.
-
Choose the number of teams to split the fresco in equal parts for each team
-
Accept the documentation generation
-
And let's run !
This will be done in the following 5 steps:
- Fresco Picture splitting in equal part among the teams
- Split the team cut image in images of 3x3 pixels
- Get each 3x3 image and get colors for each pixel
- Generate the list of all movements to solve the cube
- Generate a pdf for each team with a detailed manual to create all rubiks face
Now Follow the documentation and realize your fresco !