close
Skip to main content

r/DearPyGui


Is it possible to use icon fonts (mixing two fonts together)?
Is it possible to use icon fonts (mixing two fonts together)?

I have looked through forums (they all show the usage of deprecated functions that do nothing now) and the newest documentation which just states that loading glyphs is now automatic without explaining it any further. What I am looking for is esentially a way to add buttons with icons and text, I really don't want to modify each icon to include text. Is it possible to somehow add characters from icon font to the other font I am using everywhere else and just put the right unicode value into f string?


Advertisement: Ordering in deserves Pepsi
Ordering in deserves Pepsi
Ordering in deserves Pepsi


A new way to build Python GUI applications — Fastest Designer Brand Affiliate
A new way to build Python GUI applications — Fastest Designer

I've been working on a visual GUI designer for DearPyGui called Fastest Designer.

The goal is simple: make it possible to build DearPyGui applications without manually writing hundreds of lines of UI code.

Current features:

  • Drag-and-drop visual editor

  • Real-time preview

  • DearPyGui 2.3+ support

  • Theme management

  • Font management

  • Layout editing

  • Code generation

  • Project save/load

One feature I'm particularly proud of is that existing DearPyGui code can be imported and reconstructed back into an editable visual interface, including nested layouts and callback structures.

The project started because I found myself repeatedly writing and maintaining large DearPyGui interfaces by hand.

I'm curious:

  • Do you currently use DearPyGui for desktop applications?

  • What's the most frustrating part of building UIs with it?

  • Would a visual designer actually help your workflow?

I'd love to hear honest feedback, feature requests, or criticism.

Demo video:python GUI 可视化设计工具 ——Fastest Designer入门系列使用教程_哔哩哔哩_bilibili

GitHub:nehonpa/Fastest-Designer:设计。绑定。渲染。发布。最快的全功能 Dear PyGui 应用程序构建器,使用纯 Python 构建。 --- nehonpa/Fastest-Designer: Design. Bind. Render. Ship. The fastest all-in-one Dear PyGui application builder, built with pure Python.


dpg-map: A modern map widget
dpg-map: A modern map widget

I recently needed a map widget that could easily load in openstreet map for a project, I tried using the older dearpygui-map widget, but it was broken with the newer versions of dpg.

Due to a lack of time, I armed up with codex and got to work creating a new widget that I could would be reusable across projects, thats how dpg-map came to life.

It support multiple maps in one project, layers with overlays, point, polylines. Alongside a neat caching engine that keeps memory pressure low and caches on disk when configured.

Feel free to take a look and give it a test if you are interested.

If you have any questions, ask away and ill do my best to respond quickly.

I am also looking for new features that would be interesting to integrate so drop your suggestions below too!