Skip to content

A (discrete mathematics) graph visualizer, written in Python using the PyQt5 library.

Notifications You must be signed in to change notification settings

DOSYCORPS/GraphVisualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Visualizer

The app aims to help creating, visualizing and exporting graphs. It is powered by PyQt5 – a set of Python bindings for the C++ library Qt.

Running the app

Before running the app, make sure to:

  • have Python installed.
  • install the PyQt5 library by running pip install pyqt5 in your terminal.

To launch the app, run __main__.py using Python.

Sample Images

Sample Images

About

A (discrete mathematics) graph visualizer, written in Python using the PyQt5 library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%