Skip to content

Tools and Widgets

Raccoon edited this page Nov 25, 2023 · 61 revisions

The following small apps and widgets have been made with Dear PyGui. As these examples can be instructional for other developers, they are shared here.

Tools and widgets made with Dear PyGui

A simple ticket system

DPG Swiss controls

Drag and Drop from desktop or other applications (Windows only)

Drag and drop

Slippi labeler

Slippi labeler

Markdown implementation in Dear PyGui, including text customization (color, size)

Markdown implementation in DPG

Vaultea encryption app

Vaultea encryption app

Loading and unloading textures

Loading and unloading textures

Calculator

Calculator

Dimension Me

Dimension Me

Image to PDF converter

Image to PDF converter

Progress bar (using threading)

Progress bar (using threading)

Edit theme plugin

This plugin for Dear PyGui allows you to change theme settings, e.g. the font color or spacing of elements, and save them to a theme file that can be used in other Dear PyGui applications.

Dear PyGui theme editor

Dear PyGui Extend

Add movable groups

Dear PyGui Extend: movable groups

File browser with additional functionality compared to the built-in file browser

A custom filebrowser with extended functionality.

Features:

  • Supports file sequence entries: image.001.jpg, image.002.jpg, image.003.jpg --> 'image.###.jpg (001-003)'
  • Multi-selection (pick single or multiple files/sequences)
  • Breadcrumb path with navigation icons & folder quick access
  • Filetype filters
  • Sorting (smart sorting for collapsed sequences)
  • Draggable items (ability to expand file sequences on a drop callback)

Dear PyGui Extend: file browser

Layout

A simple, responsive, text-based layouting system that abstracts table creation process away from the user.

Dear PyGui Extend: layout

Clone this wiki locally