Skip to content

noah-aviel-dove/PyQtCmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQtCmd

We tend to think of command-line and GUI applications as mutually exclusive groups, but sometimes it can be useful to embed a command-line interface within a GUI. Blender is an example of a rich GUI application that has a command-line component (the python console). This package provides a rudimentary implementation of this concept in PyQt.

Features

  • History navigation
  • Multi-line commands
  • Customizable text colors for standard input, output, and error

Notable missing features

  • Support for control sequences (e.g. interrupt via ctrl-C)

Gallery

Screenshot of PyQtCmd being used a python interpreter

code

Attribution

Original idea and implementation by python forum user "deanhystad", available here.

About

Command-line interface widget for PyQt5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages