Browse Source

Update README.md

pull/731/head
Chris 3 years ago
committed by GitHub
parent
commit
5201b94994
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. 8
      README.md

8
README.md

@ -407,6 +407,14 @@ The basic view is best for times when the user is familiar with Console Applicat
No Config pretty much does what you'd expect: it doesn't show a configuration screen. It hops right to the `display` section and begins execution of the host program. This is the one for improving the appearance of little one-off scripts.
To use this mode, set `auto_start=True` in the Gooey decorator.
```python
@Gooey(auto_start=True)
def main ():
...
```
<p align="center">
<img src="https://github.com/chriskiehl/GooeyImages/raw/images/readme-images/f54fe6f2-07c5-11e5-92e4-f72a2ae12862.png">
</p>

Loading…
Cancel
Save