
A web-based converter that simplifies converting diagrams from PlantUML syntax into Mermaid format.
Explore the docs
View Demo
Report Bug
Request Feature
Table of Contents
PlantUML to Mermaid Converter is a simple and effective tool designed to convert diagrams from PlantUML format to Mermaid. It's ideal for developers and teams who prefer Mermaid for cleaner visualizations and better integration with tools like GitHub, GitLab, and other markdown-supported platforms.
TODO: Add screenshots and/or GIF
Ensure Python is installed:
- Clone the repository
git clone https://github.com/yuriisurzhykov/plantuml-to-mermaid.git
- Install dependencies
pip install -r requirements.txt
- Run the app
streamlit run app.py
Convert diagrams quickly through an intuitive web interface.
🌐 PlantUML to Mermaid Converter
- Improve conversion accuracy
- Add support for additional diagram types
- Enhance user interface
See the open issues for a full list of proposed features and known issues.
Contributions are what make the open-source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion to improve this project, please fork the repo and create a pull request. You can also 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/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Yurii Surzhykov – GitHub
Project Link: https://github.com/yuriisurzhykov/plantuml-to-mermaid
Useful resources and tools used in this project: