Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 546 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 546 Bytes

Java2UML

Java Code -> UML Diagram Compiler


Installation

1. Install library

Install below library using pip3

pip install antlr4-python3-runtime
pip install flask
pip install graphviz

2. Clone Java2UML

Clone Java2UML project like below

git clone https://github.com/tlqaksqhr/Java2UML

Usage

python index.py

Then, enter http://localhost:30000. That's all. just do it like below image!


Demo

click https://java2uml.herokuapp.com/ !

screensh