python -m venv venv && source venv/bin/activate #Linux
python -m venv venv && \venv\Scripts\activate #Windows
python -m venv venv
source .venv/bin/activate
(venv) drew@Andrews-MacBook-Pro%
deactivate
pip install -r requirements.txt
python main.py
pip 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