Just a Random Number Generator by Pi. First time installation and start : git clone https://github.com/shyybi/Pi-Random-Number-Generator/ cd Pi-Random-Number-Generator/ python3 -m venv ./venv/ pip3 install -r ./requirements.txt python3 main.py Second time : source venv/bin/activate python3 main.py