Programa criado para gerar grafo visual de matchs de interesses entre pessoas
git clone https://github.com/seu-usuario/seu-repositorio.git
cd seu-repositoriopython -m venv .venv
source .venv/bin/activate # Linux/macOS
.venv\Scripts\activate # Windowspip install -r requirements.txtpython main.pypython -m http.server 8000http://localhost:8000/