Skip to content

Console application / widget for both Mac OS and Windows

Notifications You must be signed in to change notification settings

Alexyazdani/PyQT6-Console-Widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Created by Alexander Yazdani July 2024

This file acts as a standalone console application for both Windows and Mac OS. Additionally, the ConsoleWidget class can be imported into larger PyQT6 projects as an embedded console.

The purpose of this file is to allow a developer to embed a console into a Python application, removing the need for a separate console window and creating a sleek design. When creating an executable, the --noconsole option can be used without loss of functionality.

Features include:

  • Colored error messagiong
  • OS detection
  • Command history
  • Prints all console output from any print() lines within a python script that implements this widget
  • Allows for user input commands

About

Console application / widget for both Mac OS and Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages