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

What was your project's target? #1

Open
PySimpleGUI opened this issue Jan 18, 2021 · 1 comment
Open

What was your project's target? #1

PySimpleGUI opened this issue Jan 18, 2021 · 1 comment

Comments

@PySimpleGUI
Copy link

Interesting Repo! Intrigued as to why you would write this kind of program since it's not a particularly useful application on its own. Does seem like it would exercise the PySimpleGUI code in interesting ways. Was that the purpose? Testing?

@sandeep-gh
Copy link
Owner

Thanks for taking a look. Quite impressed with PySimpleGUI. I am still exploring the possibility with this repo. I needed UI for my own app. Since I wasn't yet settled on the final look and feel, I wanted to have some flexibility in changing how things got displayed.
Additionally, I had this requirement of some layout patterns that would be reused. I also felt like describe the layout in some DSL would be better than putting it in list-of-list construct of PySimpleGUI.
I have also added code generate that generate function stubs for each UI element. I hope to make it useful more broadly. But I agree that its use and usability is might not be immediately clear. Hope to address that through some examples.

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

No branches or pull requests

2 participants