theriley106 / Cubuyo

Minimalistic Rubik's cube timer with CSV session summaries | https://cubuyo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Locally on Windows/Linux/OSX

You'll need to first install Python and add it to your system path

Clone or download this Repo by either running

git clone hhttps://github.com/theriley106/Cubuyo

or by downloading it from Github directroy. I HIGHLY recommend downloading it using the Git command, as it allows you to update the repository with a single line of code.

Afterwards, try to run:

pip freeze

And if an error is returned you will need to install python-pip on your system by downloading get-pip.py and running

cd $DOWNLOADFOLDERPATH
python get-pip.py

You can exit out of this terminal, and open up a new terminal inside of the Cubuyo directory.

After this, you'll need to install all of the python modules this package depends on. You can either do it manually or you can run

pip install -r requirements.txt

After all the requirements are installed, you'll need to start up the flask app by running

python app.py

Afterwards, open up a web browser and go to http://0.0.0.0:8000

You can also access this site on any computer that is connected to your network by accessing http://YOURIPADDRESS:8000 from another computer.

You can find your local IP address by running

ipconfig

Web App

About

Minimalistic Rubik's cube timer with CSV session summaries | https://cubuyo.herokuapp.com/


Languages

Language:HTML 56.7%Language:Python 43.3%