Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen shots (Not to be used by users... these are a scratchpad) #1

Closed
MikeTheWatchGuy opened this issue Jul 11, 2018 · 278 comments
Closed
Labels
All Ports All Ports

Comments

@MikeTheWatchGuy
Copy link
Collaborator

MikeTheWatchGuy commented Jul 11, 2018

Learned this trick for hosting screen shots within GitHub
msgbox
gettextbox
snap0102
snap0103
snap0104
snap0105

https://app.leanboard.io/board/3efa539b-3c23-4ddb-98a6-b2cd4558565c

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 11, 2018

all widgets on one screen

simple msgbox
variablearguments
custombuttoncolor
msgboxok
msgbox error
msgbox autoclose
msgboxyesno
msgboxcancel
msgboxokcancel

getfolderbox
scrolledtextbox
sha hash

getfilebox
gettextbox

all widgets
results

@MikeTheWatchGuy
Copy link
Collaborator Author

textelem
multiline text

@MikeTheWatchGuy
Copy link
Collaborator Author

progress meter 2
progress meter 3
progress meter 4
progress meter 5
output element

@happyconcepts
Copy link

Looks very nice! If I wanted less bevel on the borders, could I change it without css?

@MikeTheWatchGuy
Copy link
Collaborator Author

You can control the "depth" of the Elements by using the BorderDepth option when creating the form. I don't have an option to control it only on the buttons; so I can't do it just to the buttons.

For narrower looking bevels,use something like this:
with g.FlexForm('Everything bagel', AutoSizeText=True, DefaultElementSize=(40,1), BorderDepth=3) as form:
It produces a form that looks like this:
snap0076

@happyconcepts
Copy link

Very bagel. Can't wait to try it next week. Thanks!

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 17, 2018

snap0106
snap0113

@MikeTheWatchGuy
Copy link
Collaborator Author

This is by FAR the easiest way to share images on the net!
Wow, super-easy drag and drop.
machine learning example

@MikeTheWatchGuy
Copy link
Collaborator Author

debug print

@MikeTheWatchGuy
Copy link
Collaborator Author

sliders 2

listbox

@MikeTheWatchGuy
Copy link
Collaborator Author

logo01 2

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 23, 2018

everything example
results 2

@MikeTheWatchGuy
Copy link
Collaborator Author

midi player interface

@MikeTheWatchGuy
Copy link
Collaborator Author

snap0125
snap0129
snap0130

@MikeTheWatchGuy
Copy link
Collaborator Author

media file player

@MikeTheWatchGuy
Copy link
Collaborator Author

media file player

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 24, 2018

snap0134
snap0136

snap0147

@MikeTheWatchGuy
Copy link
Collaborator Author

pysimplegui_logo

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 25, 2018

snap0138
image
image

@MikeTheWatchGuy
Copy link
Collaborator Author

snap0146
snap0145
snap0143
snap0142

@MikeTheWatchGuy
Copy link
Collaborator Author

snap0148
snap0149

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 26, 2018

snap0151
snap0153

@MikeTheWatchGuy
Copy link
Collaborator Author

snap0155
snap0156

@MikeTheWatchGuy
Copy link
Collaborator Author

raspberry pi

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 29, 2018

Same form with system default and 3 different look and feels.

snap0096
snap0119
snap0117
snap0099
everything in green
media player
launcher 2

@MikeTheWatchGuy
Copy link
Collaborator Author

snap0131

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Jul 31, 2018

snap0132
snap0135

@MikeTheWatchGuy
Copy link
Collaborator Author

machine learning

@MikeTheWatchGuy
Copy link
Collaborator Author

MikeTheWatchGuy commented Aug 2, 2018

snap0162

import PySimpleGUI as sg

form = sg.FlexForm('Simple data entry form')  # begin with a blank form

layout = [
          [sg.Text('Please enter your Name, Address, Phone')],
          [sg.Text('Name', size=(15, 1)), sg.InputText()],
          [sg.Text('Address', size=(15, 1)), sg.InputText()],
          [sg.Text('Phone', size=(15, 1)), sg.InputText()],
          [sg.Submit(), sg.Cancel()]
         ]

button, (name, address, phone) = form.LayoutAndRead(layout)

@MikeTheWatchGuy
Copy link
Collaborator Author

snap0178
snap0177
snap0179
snap0180
snap0182
snap0181

@jason990420 jason990420 added the All Ports All Ports label Dec 6, 2021
@PySimpleGUI
Copy link
Owner

PySimpleGUI commented Jan 14, 2022

image
image
image
image
image
image

@PySimpleGUI
Copy link
Owner

PySimpleGUI commented Jan 31, 2022

SNAG-1542
image
SNAG-1543

@PySimpleGUI
Copy link
Owner

image
image
image
image
image

@PySimpleGUI
Copy link
Owner

image

@PySimpleGUI
Copy link
Owner

image

@PySimpleGUI
Copy link
Owner

brave_u5QVxmYXeJ

@PySimpleGUI
Copy link
Owner

image

@PySimpleGUI
Copy link
Owner

SNAG-1633

@PySimpleGUI
Copy link
Owner

Test Harness on Pi

@PySimpleGUI
Copy link
Owner

line graph

@PySimpleGUI
Copy link
Owner

PySimpleGUI commented May 7, 2022

SNAG-1660
SNAG-1661
image
image
image

image

image

image

@PySimpleGUI
Copy link
Owner

image
image
image

@PySimpleGUI
Copy link
Owner

PySimpleGUI commented Jun 4, 2022

@PySimpleGUI
Copy link
Owner

image

@PySimpleGUI
Copy link
Owner

python_n29RmXFfEN

@PySimpleGUI
Copy link
Owner

CanButtons

@PySimpleGUI
Copy link
Owner

FedEx Tracker

@PySimpleGUI
Copy link
Owner

pythonw_VENgBP4DNV

@PySimpleGUI
Copy link
Owner

timer example

@PySimpleGUI
Copy link
Owner

explorer_8hLxbZPI1R

@PySimpleGUI
Copy link
Owner

psgtest 3 0

@PySimpleGUI
Copy link
Owner

image

image

image

image

@PySimpleGUI
Copy link
Owner

image

@PySimpleGUI
Copy link
Owner

image
image

@PySimpleGUI
Copy link
Owner

SNAG-1895

@PySimpleGUI
Copy link
Owner

SNAG-1897
SNAG-1898

@PySimpleGUI
Copy link
Owner

SNAG-1900

@PySimpleGUI
Copy link
Owner

SNAG-1969

@PySimpleGUI
Copy link
Owner

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
All Ports All Ports
Projects
None yet
Development

No branches or pull requests

8 participants