MikeTheWatchGuy

Results 29 issues of MikeTheWatchGuy

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:...

I'm trying to implement this feature: ![image](https://user-images.githubusercontent.com/13696193/58097927-7ccb5a00-7ba6-11e9-8c04-c694bad3d79c.png) 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...

I'm looking at using Remi in small projects using Micro Python or some other port that perhaps does not support pip. Would it be helpful to reduce the number of...

I have a simple table displaying! ![image](https://user-images.githubusercontent.com/13696193/54326439-c151dc80-45dc-11e9-8ef9-de52508ada5e.png) Tables are going to make a LOT of people happy. I've been trying all evening to figure how how to get the number...

I am able to change the text color for my tables. Nice! When I try to change the background color, the "usual" method isn't working. Normally, I change the background...

It's been suggested that [PySimpleGUI](http://www.PySimpleGUI.org) be ported to run on top of Remi. PySimpleGUI has been ported to tkinter, Qt, and WxPython. Sure would be fun to run it on...

I would like to be able to speed up and slow down a song as it's playing. I've seen a number of posts requesting help with Tempo, but never saw...

### Type of Issues (Enhancement, Error, Bug, Question) Enhancement ### Operating System Windows for now ### Python version 3.x+ ### PySimpleGUI Port and Version PySimpleGUI-tk to start with then branch...

enhancement

Part of what makes this package work has been users actually using the package for their projects. Without you guys making stuff PySimpleGUI would perhaps be 1/2 the package it...

community input desired