Socket
Book a DemoInstallSign in
Socket

gamma-desk

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gamma-desk

A Python work environment with image viewers & plots

Source
pipPyPI
Version
1.5.0
Maintainers
1

Gamma Desk

Gamma Desk Logo

A Python work environment with image viewers & Plots

Screen shots

Screen Shot 1

Features

  • Multiple Consoles in the Gui Process
  • Multiple Child Process Consoles
  • More advanced auto command completion
  • Matplotlib integration
  • Image Viewers using QT Painter
  • Image histograms
  • Image column & row profiles
  • Advanced window & panel docking
  • Linked Image Viewers

Installation

Gamma Desk requires PySide6 on Python 3.11 and higher.

pip install gamma-desk

On 3.8 to 3.10, you can choose between PySide2 or PySide6.

pip install gamma-desk[pyside2] 
pip install gamma-desk[pyside6] 

Using PyQt5 or PyQt6 is possible, but not supported.

Usage

python -m gdesk

or

gdesk

More documentation

Program Help

Source Code

On PyPi

Dependencies

numpy numba matplotlib scipy PySide6 or PySide2 qtpy psutil pyzmq toml pillow imageio imageio-ffmpeg numba pywinpty

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