Visualizing network(s) between contacts in various files by using Call Log, Device Information, Emails, Instant Messages.
"tmp" folder: contains pyvis html file for streamlit
main.py: main code for plotting the network visualization graph
- Python 3
- Pip
# run main.py file
[python -m] streamlit run main.pyA window should open up displaying the streamlit website.
If the window did not open up, head over to the URL shown after running streamlit run main.py.
The URL shown should look like the following.
Graph is interactive, users are able to move the nodes around.
Press Ctrl + C (Keyboard Interrupt) in the terminal to stop the streamlit app from running.
Contributions to the Network Graph Visualization project are welcomed. If you plan to make significant changes, please open an issue first to discuss the proposed modifications. Additionally, ensure that you update the relevant tests to maintain code integrity.
The Network Graph Visualization is maintained by cadzchua.
This project is licensed under the MIT. You are free to use, modify, and distribute the software as per the terms of the license agreement.

