Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

Yea, thanks. Considering how many admins and moderators were involved, it's time to delete my account too. Too hostile of an environment for me. Nice welcome crew.
PySimpleGUI GUI 38 25,007 Aug-22-2018, 05:28 AM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

Before the thread is completely hijacked to become one about WxPython, did anyone bother to try making something with this package that's been commenting on it?
PySimpleGUI GUI 38 25,007 Aug-21-2018, 11:39 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

(Aug-20-2018, 09:58 PM)Gribouillis Wrote: Another aspect, from the python programmer's point of vue is that tk is not at all pythonic, which makes tkinter programming look unnatural in the python wo...
PySimpleGUI GUI 38 25,007 Aug-21-2018, 04:38 AM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

(Aug-20-2018, 09:30 PM)Larz60+ Wrote: And to get my two cents in. Tkinter one of the minimalist GUI's available, why yet another wrapper around a mediocre package? Now that's an interesting question...
PySimpleGUI GUI 38 25,007 Aug-20-2018, 09:48 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

Just so I understand, you interact with computers by booting straight to a command prompt, never to run a Linux or other desktop? Furthermore, you interact with the internet by reading raw HTML when ...
PySimpleGUI GUI 38 25,007 Aug-20-2018, 07:01 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

(Aug-19-2018, 03:27 PM)Axel_Erfurt Wrote: (Aug-17-2018, 10:45 PM)PySimpleGUI Wrote: My goal is to put GUIs into the hands of beginners in their first week of coding. My motto is: first learn the b...
PySimpleGUI GUI 38 25,007 Aug-19-2018, 03:46 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

My goal is to put GUIs into the hands of beginners in their first week of coding. I don't see why they can't copy, paste and modify 4 lines of code in order to get a GUI onto the front end of their 1...
PySimpleGUI GUI 38 25,007 Aug-17-2018, 10:45 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

(Aug-17-2018, 06:35 PM)metulburr Wrote: I would say 1-3 months depending on how often they actually spend learning. I'm taking this bet.... here's a 9 month course that doesn't even make it to tkint...
PySimpleGUI GUI 38 25,007 Aug-17-2018, 08:30 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

(Aug-17-2018, 04:59 PM)Gribouillis Wrote: [quote="PySimpleGUI" pid="55583" dateline="1534522617"]I understand that single-line solutions aren't always the best Python solution.Any python code can be...
PySimpleGUI GUI 38 25,007 Aug-17-2018, 05:53 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

While creating more recipes for the Cookbook, I realized that my calls and the layout can be compacted down to a single line of Python code: import PySimpleGUI as sg button, (filename,) = sg.FlexFor...
PySimpleGUI GUI 38 25,007 Aug-17-2018, 04:16 PM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

Version 2.9 released yesterday. Has multi-column support, more color options. Now just about any layout using the standard widgets is possible. Previously was limited by lack of a Column Element du...
PySimpleGUI GUI 38 25,007 Aug-17-2018, 03:10 PM
    Thread: [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Post: RE: [PySimpleGUI] Tutorial - Name, Address, Phone ...

Oh no! Sorry about that... I clearly broke it. I didn't properly test 3.4 best I can tell. I have rolled back the GitHub version of PySimpleGUI.py to one before the ListDict class was used. It's f...
PySimpleGUI GUI 38 28,924 Aug-12-2018, 02:34 AM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

Yea, you're right.... time to start working in branches. Thanks for prodding me.
PySimpleGUI GUI 38 25,007 Aug-12-2018, 01:19 AM
    Thread: [PySimpleGUI] New GUI Package. Customize with ease
Post: RE: [PySimpleGUI] New GUI Package. Customize with ...

(Aug-11-2018, 10:38 PM)heromed Wrote: How can I get the values from s slider when a slider is moved, How can I get the values once an item is selected from a ComboBox ? If you are using the latest P...
PySimpleGUI GUI 38 25,007 Aug-11-2018, 11:38 PM
    Thread: [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Post: RE: [PySimpleGUI] Tutorial - Name, Address, Phone ...

(Aug-11-2018, 02:05 AM)jfong Wrote: [ Why bring complexity into this situation when you have a simple soultion? The ListDict may be a cute design but is verbose here and creates extra obstacle to th...
PySimpleGUI GUI 38 28,924 Aug-11-2018, 09:35 AM
    Thread: [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Post: RE: [PySimpleGUI] Tutorial - Name, Address, Phone ...

(Aug-10-2018, 01:31 AM)jfong Wrote: Inspired by your new change, allow me to push it one step further. If none of the elements has a key, then all fields are simply numbered starting at 0. This me...
PySimpleGUI GUI 38 28,924 Aug-10-2018, 05:44 PM
    Thread: [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Post: RE: [PySimpleGUI] Tutorial - Name, Address, Phone ...

A change to how dictionaries work. You no longer need to specify when creating the form that it should return a dictionary. If ANY element in the form that has a key specified will cause all of the ...
PySimpleGUI GUI 38 28,924 Aug-09-2018, 03:42 PM
    Thread: [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Post: RE: [PySimpleGUI] Tutorial - Name, Address, Phone ...

(Aug-04-2018, 11:05 AM)jfong Wrote: Can you add a "focus" option for some elements? just like some widgets the tkinter has. I just added a new "focus" option on 3 of the elements: Input single line ...
PySimpleGUI GUI 38 28,924 Aug-09-2018, 12:39 PM
    Thread: [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Post: RE: [PySimpleGUI] Tutorial - Name, Address, Phone ...

(Aug-09-2018, 03:40 AM)jfong Wrote: Both have the same error. I had try it on three different system, Win8.1, Win7 and Vista, using Python v3.4.4. All has the same error. But it's fine when using P...
PySimpleGUI GUI 38 28,924 Aug-09-2018, 10:57 AM
    Thread: [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Post: RE: [PySimpleGUI] Tutorial - Name, Address, Phone ...

(Aug-08-2018, 06:39 PM)Axel_Erfurt Wrote: (Aug-08-2018, 02:08 PM)PySimpleGUI Wrote: How does something like this look to you? import PySimpleGUI as sg form = sg.FlexForm('Simple data entry form',...
PySimpleGUI GUI 38 28,924 Aug-08-2018, 07:18 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020