-
Notifications
You must be signed in to change notification settings - Fork 4
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
User interface #6
Conversation
Rough draft of gui, not functional at the moment.
Added a class allowing updates and to track self. Added export to JSON. Extra buttons to clear and store inputs to the script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename inputBox
to InputBox
(classes capitalized in python)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename the JSON variables to be lower case with underscores (same as python convention) for consistency.
Other than that looks good! Great work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 38 (I believe) where you create an InputBox requires capitalizing still I believe.
No description provided.