A simple web app to generate uml diagrams with some input fields and checkboxes
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project is a tool for generating PlantUML code to create diagrams from user-provided input fields and selected checkboxes. It simplifies the process of creating diagrams by allowing users to define elements and relationships through a user-friendly interface.
Python 3.10 installed on your system.
plantUml server running on your machine. check this link to install plantuml server locally
- Clone the repo
git https://github.com/BlueGob/uml-generator.git
- Create venv
cd uml-generator python3 -m venv .venv
- Install requirements
pip install -r requirements.txt pip install streamlit-tree-select-0.0.5/
- run
streamlit run main.py
- use case diagrams
- class diagram
- sequence diagram
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL 3.0 License. See LICENSE.txt
for more information.