Skip to content

A simple web app to generate uml diagrams with some input fields and checkboxes

License

Notifications You must be signed in to change notification settings

BlueGob/uml-generator

Repository files navigation

Contributors Forks Stargazers Issues GPLv3 License


UML Generator

A simple web app to generate uml diagrams with some input fields and checkboxes
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

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.

image

Built With

Python

Getting Started

Prerequisites

Python 3.10 installed on your system.
plantUml server running on your machine. check this link to install plantuml server locally

Installation

  1. Clone the repo
    git https://github.com/BlueGob/uml-generator.git
  2. Create venv
    cd uml-generator
    python3 -m venv .venv
  3. Install requirements
    pip install -r requirements.txt
    pip install streamlit-tree-select-0.0.5/
  4. run
    streamlit run main.py
    

Roadmap

  • use case diagrams
  • class diagram
  • sequence diagram

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL 3.0 License. See LICENSE.txt for more information.

Acknowledgments

(back to top)

About

A simple web app to generate uml diagrams with some input fields and checkboxes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages