remi
remi copied to clipboard
Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Hello, I have a simple desktop application built using wxPython 2.8 and python 2.7. In this desktop application I have an integrated webserver (built on top of the webserver builtin...
 For example have one word in one color, the next word in another color, etc. Is it possible to do that or would it need a lot of work?
This question came up in the PySimpleGUIWeb project: https://github.com/PySimpleGUI/PySimpleGUI/issues/2163 PySimpleGUI provides the ability to change the colors, fonts, sizes, etc, but wondering if there's more to PySimpleGUIWeb's styling capability that...
I have an existing program that is a YOLO machine learning demonstration. It's running on Tkinter, Qt, and now I'm shooting for Remi. Here is how it looks using Tkinter:...
Hello, As @dddomodossola knows, I'm very fond of this library and the work all the amazing contributors have set together in **remi**. I think it would be beneficial to have...
problem with Tag.set_identifier()
Added functions to deactivate and hide widgets
I'm trying to implement this feature:  I want to choose: 1. A single file (Save As) 2. A single file (Open) 3. Multiple files 4. A folder I don't...
I would like to set my favicon on the tab of the browser. I typically store icons as base64 images right in the code, although I do also provide a...