SkillAgentSearch skills...

Pyqtterm

Python Qt Python Interactive Terminal

Install / Use

/learn @mikepkes/Pyqtterm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyQtTerm

PyQtTerm is a python-based qt widget providing basic python editing and execution.

Motivation

PyQtTerm was started to allow for an easy way to integrate a python terminal in applications that already provide a python interpreter but no interactive console/terminal.

Existing Functionality

  • Live Terminal Execution
  • Basic Syntax Highlighting
  • Current Line Highlighting
  • Line Numbering
  • Syntax Error Line Highlighting
  • Traceback Hyperlinks (with hover-over detail)

Planned Functionality

  • Stacktrace Browser
  • Better Syntax Markup
  • Verbose Syntax Error Popover
  • Source File Loading
  • History Restore

Installation

::

python setup.py build python setup.py install

Usage

.. code:: python

from PySide import QtGui import qtterm import sys app = QtGui.QApplication(sys.argv) w = qtterm.QtTermWidget() w.show() app.exec_()

License

Provided under the Simplified BSD License

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

70/100

Audited on Jul 3, 2024

No findings