- Name: Peter Kapsiar
- Student ID: 5486866
- Repository: https://github.com/pop9459/P3-ComputerScience/
This repository contains multiple Python subprojects including some cs50 projects.
Each subproject should contain its own main.py.
From the workspace root:
source .venv/bin/activateTo leave the environment:
deactivateNote: some projects may use their own virtual environments in case of specific dependencies, but the main one is in the workspace root.
Navigate to the subproject directory and run main.py:
python main.py