Skip to main content

The Monaco editor as a Qt Widget

Project description

monaco-qt

license pypi version PyPI status

The monaco text editor deployed as a Qt Widget.

Uses QWebEngineView to load a custom web page containing an instance of monaco.

Installation

pip install monaco-qt

Then, in your qt application:

from monaco import MonacoWidget

monaco_widget = MonacoWidget()
monaco_widget.setText('foo')

Known Issues

  • Pyinstaller doesn't automatically include the monaco typescript files.
  • Very little of the monaco-editor API has been exposed to python so far

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

monaco-qt-0.1.7.tar.gz (4.6 MB view hashes)

Uploaded Source

Built Distribution

monaco_qt-0.1.7-py3-none-any.whl (5.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page