See the terminal now has the name of your virtual environment
(venv) drew@Andrews-MacBook-Pro%
To Step out of the virtual environment
deactivate
2. Install dependencies (Inside of Virtual environment)
pip install -r requirements.txt
3 Run the Code
python main.py
TROUBLESHOOTING
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
Contributions? Wanna help build this code out even further?
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