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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挆 your base64 buttons! Maybe icon could be smaller? Could the PySimpleGUI UserSettings API be of help for JSON? #123

Open
PySimpleGUI opened this issue Jul 4, 2022 · 6 comments
Labels
Status: Awaiting Response Waiting for a response/more information. Type: Enhancement New feature or request

Comments

@PySimpleGUI
Copy link

Is your feature request related to a problem? Please describe.
Compliment first - Love the custom GUI buttons, checkmark

An apology that I've put 2 items in 1 issue... one is about your icon... the other a question if the UserSettings API in PySimpleGUI could be of help with your json use.

I grabbed your Base64 strings and tossed them into a layout, and noted the considerable size of the icon. Screenshot at the end of issue.

    layout = [[ sg.Image(auto_login)],
                [sg.Image(manual_login_)],
                [sg.Image(login)],
                [sg.Image(back)],
                [sg.Image(start)],
                [sg.Image(exit_)],
                [sg.Image(icon)],
                [sg.Image(check_mark)],
                [sg.Image(logout)]]

Describe the solution you'd like

  1. Consider shrinking the icon PNG size
  2. Take a look at the UserSettings API to see if it makes working with your JSON file easier (see https://pysimplegui.readthedocs.io/en/latest/#user-settings-api as well as the call reference if it looks interesting). Many demo and my personal programs heavily use this interface to access JSON files

Describe alternatives you've considered

Leaving everything alone. It looks fantastic!
image

Additional context

image

@PySimpleGUI PySimpleGUI added the Type: Enhancement New feature or request label Jul 4, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

This Issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added Status: Awaiting Response Waiting for a response/more information. and removed Status: Awaiting Response Waiting for a response/more information. labels Jul 8, 2022
@github-actions
Copy link

This Issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added Status: Awaiting Response Waiting for a response/more information. and removed Status: Awaiting Response Waiting for a response/more information. labels Jul 12, 2022
@github-actions
Copy link

This Issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added Status: Awaiting Response Waiting for a response/more information. and removed Status: Awaiting Response Waiting for a response/more information. labels Jul 16, 2022
@github-actions
Copy link

This Issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added Status: Awaiting Response Waiting for a response/more information. and removed Status: Awaiting Response Waiting for a response/more information. labels Jul 21, 2022
@github-actions
Copy link

This Issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added Status: Awaiting Response Waiting for a response/more information. and removed Status: Awaiting Response Waiting for a response/more information. labels Jul 25, 2022
@github-actions
Copy link

This Issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the Status: Awaiting Response Waiting for a response/more information. label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting Response Waiting for a response/more information. Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant