python -m venv venv && source venv/bin/activate #Linux
python -m venv venv && \venv\Scripts\activate #Windowspython -m venv venv source .venv/bin/activate(venv) drew@Andrews-MacBook-Pro% deactivatepip install -r requirements.txtpython main.pypip list
python --version 
pip --version If trying to do this with VS CODE ensure you have your files open on the left side aka the workspace 
Command+shift+p select interpreter and chose .venv/bin python
I would like to build the regex functionality in parse.py to detect when a space was clicked or an enter was clicked then parse the log accordingly this will make it even easier to read