Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarBojanic committed Oct 13, 2023
1 parent b369578 commit 13fd2a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Time your solves with generated WCA style scrambles, switch between sessions, +2, DNF or remove times, enable/disable inspection, live preview of the current scramble, see averages and best time, export the current cube state and scramble, and solve the cube using a Python script with the kociemba library.

Technologies: C# winforms, SQLite, Python 3 with kociemba for solving.
Technologies: .NET CORE 6, C# Winforms, SQLite, Python 3 with kociemba for solving.

Instructions: If you're cloning, then put the times.db and solve.py files in the appropriate locations for your configuration eg: bin/x64/Release/net6.0-windows10.0.22621.0.
Otherwise just download the latest release. In both cases, you need python 3 installed with the kociemba library installed.
Instructions: You need .NET CORE 6 runtime to run the app and Python 3.x.x with the kociemba library in order for the cube solving to work. If you're cloning, then put the times.db and solve.py files in the appropriate locations for your configuration eg: bin/x64/Release/net6.0-windows10.0.22621.0.
Otherwise just download the latest release.

![](Manual-ENG-1.png)

0 comments on commit 13fd2a5

Please sign in to comment.