TurtleDraw Draw something with Turtle Envirement $ python3 -m venv venv $ python3 -m pip install --upgrade pip setuptools wheel $ source venv/bin/activate $ pip install pyinstaller Make binary executable file $ pyinstaller -F randomLine.py