-
The directory
Rubik'sCubeSolvercontains the main Python file,Rubik'sCubeSolver.py, and all of the files it is dependent on to run:- You can find the main Python file in
Rubik'sCubeSolver/Rubik'sCubeSolver.py. - The file
Rubik'sCubeSolver/Rubik'sCubeSolverMode.txtcontains the the mode of the GUI, light, dark, or auto.
- You can find the main Python file in
-
The directory
Executablescontains a shortcut to the script and it's dependencies, which are located inExecutables/.Rubik'sCubeSolver. To run, you need place the contents ofExecutablesin your desktop. Here is how to do that on a Raspberry Pi:cd # whatever/directory/you/put/your/GitHub/projects
git clone "https://github.com/Sim3-14159/cube-solving-app.git"cp -r ./cube-solving-app/Executables/* ~/Desktop/
You should now have a file called Rubik'sCubeSolver that you can double click to open my app!
Note
You do not need any of these if you are running the directly executable file.
| Modules |
|---|
| tkinter v8.5+ |
| kociemba v1.2.1+ |
| Language | Version |
|---|---|
| Python | 3.x |