Skip to content

Sim3-14159/cube-solving-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cube-solving-app

This repository contains my 3x3 Rubik's Cube solver app GUI.


Files

  • The directory Rubik'sCubeSolver contains the main Python file, Rubik'sCubeSolver.py, and all of the files it is dependent on to run:

  • The directory Executables contains a shortcut to the script and it's dependencies, which are located in Executables/.Rubik'sCubeSolver. To run, you need place the contents of Executables in 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!


Dependencies

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

About

This repository contains my 3x3 Rubik's Cube solver app using tkinter and kociemba.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages