Your Daily Rubik's Cube Personal Best Tracker. Track your daily progress with ease!
The PB (Personal Best) is calculated by averaging the time taken for each attempt to solve a Rubik's Cube. This is done by summing up the times of all attempts and then dividing by the total number of attempts. For example, if I solved the cube five times with the following times:
- First attempt: 55 seconds
- Second attempt: 34 seconds
- Third attempt: 48 seconds
- Fourth attempt: 50 seconds
- Fifth attempt: 32 seconds
The PB would be calculated as: PB = (55 + 34 + 48 + 50 + 32) / 5
Since there are five attempts, the PB is: PB = 43.8 seconds
run the following command in your terminal inside the repo:
python3 Tracker.pyand have fun with the CLI.
- Recording new PBs using the main.py.
- Allows you to have more than one PB in each day.
- Display your progress of Personal Bests as a plot.
Python3.7 and above
git clone https://github.com/James-R997/Subnet-Calculator.git