Last update may contain Bugs, please report it.
-
NEW SETTINGS!
-
Code Cleaned
Next update will be again Code Clean ( Cube Simulation )
I want to do this timer without external pip modules but default python/terminal colors are ugly :/
pip install -r requirements.txt
or
pip install colored
Starts timer.py and you will see this.
python SpeedCubeTimer.py
Generates a random 20 moves scramble which works this way:
2/4 Moves will be Clockwise ( U )
1/4 Moves will be Counter-Clockwise ( U' )
1/4 Moves will be Double ( U2 )
Terminal shows graphically the scramble.
Currently this app does'nt support Inspection Time.
You can STOP the Timer with any key but you can only starts it with the space bar. When You finish your solve, terminal will shows your last 5 solves. Then press Spacebar to back to menu.
Solves will be storage at solves.txt
. And you can see it typing "T" or delete it typing "C" in the terminal.
Type "T" to watch your stats. Supports:
- Total Average
- a3 Current and Better Average
- a5 Current and Better Average
- a12 Current and Better Average
- a100 Current and Better Average
Navigate with w
and s
.
To edit a setting type e
then the new value and finally press Enter
to submit.
If you break something just type r
to restore the default config.
Graphically Scrambles were made totally from scratch.