About 500,000 results
Open links in new tab
  1. Build GUI Application Pencil Sketch from Photo in Python

    Jan 3, 2023 · Through this article, we can now build a web application to directly convert an image to a sketch using a python framework Streamlit. The user can upload an image to convert it to either a watercolor sketch or a pencil sketch.

  2. What's the best way to generate a UML diagram from Python

    May 3, 2015 · Epydoc is a tool to generate API documentation from Python source code. It also generates UML class diagrams, using Graphviz in fancy ways. Here is an example of diagram generated from the source code of Epydoc itself.

    Missing:

    • Pencil Sketch

    Must include:

  3. GitHub - Softoft/pdgen: Python UML Class Diagram Generator

    PDGen is a Python library for generating UML diagrams from Python code using PlantUML. It simplifies UML generation by allowing you to annotate your classes and methods directly in your code, and then generates a UML diagram based on these annotations.

    Missing:

    • Pencil Sketch

    Must include:

  4. How to generate the UML diagram from the python code

    Nov 4, 2023 · I created manual UML which look like this: I am trying to auto generate the UML via pyreverse: pyreverse -o png -p ShoppingCart ./mainService.py. Format png is not supported natively. Pyreverse will try to generate it using Graphviz... Unfortunately, it gives me blank diagram. What can I do to get the project's classes in the diagram?

    Missing:

    • Pencil Sketch

    Must include:

  5. uml - How to get Class diagram from Python source code ... - Stack Overflow

    Firstly, create empty __init__.py file inside Client folder: Then go to the parent folder of the Client folder where I want to get the class diagram: But I got this error: The output format 'png' is currently not available. Please install 'Graphviz' to have other output formats than 'dot' or 'vcg'.

    Missing:

    • Pencil Sketch

    Must include:

  6. gaphor - PyPI

    Jul 5, 2013 · Gaphor is a UML and SysML modeling application written in Python. We designed it to be easy to use, while still being powerful. Gaphor implements a fully-compliant UML 2 data model, so it is much more than a picture drawing tool. You can use Gaphor to quickly visualize different aspects of a system as well as create complete, highly complex models.

    Missing:

    • Pencil Sketch

    Must include:

  7. Reverse Engineering Python - GitHub

    A collection of 2 scripts to generate UML diagrams from Python code. One uses Pyreverse for class diagrams, while the other leverages PlantUML to create both class and sequence diagrams, offering flexibility in code analysis and visualization.

    Missing:

    • Pencil Sketch

    Must include:

  8. Top 7 Methods to Generate UML Diagrams from Python Source

    Dec 5, 2024 · Generating UML diagrams from Python source code can streamline understanding complex architectures and enhance documentation quality. This post provides an insightful overview of the top methods you can use to generate UML class diagrams, particularly focusing on inheritance and compositional relationships in Python codebases.

    Missing:

    • Pencil Sketch

    Must include:

  9. Pencil Sketch with Python | Aman Kharwal - thecleverprogrammer

    Sep 30, 2020 · In this article, I’ll walk you through how to convert an image to a pencil sketch with Python in less than 20 lines of code. Python is a general-purpose programming language and with the growing popularity of Python, it can be used in any task today.

  10. Pencil sketch image with Python - PyLessons

    Oct 10, 2022 · In this tutorial, I'll show you how we can create a "pencil" sketch image with just a few lines of code. The process is pretty simple: Apply the Dodge blend to the blurred and grayscale image. We can pick any image we want for this. But I'll demonstrate how to create an object we can apply to any image, video, or real-time stream.

  11. Some results have been removed
Refresh