Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mi-tabletqt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mi-tabletqt

Tablet simple 2D drawing interface to Qt

  • 1.0.14
  • PyPI
  • Socket score

Maintainers
1

Tablet Qt

TabletQt is an intermediate graphics rendering layer intended to support the generation of model diagrams such as UML or SysML.

It establishes an intermediate layer between a model diagram tool and any particular graphics library.

Consequently, the model diagram tool is not affected by any change in the chosen graphics library as long as all the required functionality is supported.

For example, the Flatland model diagram generator, also maintained on this site, was originally implemented on top of Tablet which was built on the Cairo graphics library.

I am moving it to TabletQt which offers the same functionality on top of the Qt GUI library using PyQt bindings.

In this readme file I will keep the focus on installation. For details about the interface, features, and other documentation, please see the wiki for this repository.

Why you need this

You want to draw simple 2D to support model drawings such as UML or SysML

Installation

Create or use a python 3.12+ environment.

% pip install tablet-qt

From your python script

Take a look at the etchasketch.py file to see an example script that imports and uses Tablet.

From the command line

This is not the intended usage scenario, but may be helpful for testing or exploration. Since scrall may generate some diagnostic info you may want to create a fresh working directory and cd into it first. From there...

% tablet

You should also see a file named tabletqt.log

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc