Browse Source

Merge https://github.com/chriskiehl/Gooey into remote_org_branch

pull/1/head
Chris Kiehl 10 years ago
parent
commit
834528c4d0
2 changed files with 40 additions and 0 deletions
  1. 36
      .gitignore
  2. 4
      README.md

36
.gitignore

@ -0,0 +1,36 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject

4
README.md

@ -0,0 +1,4 @@
Gooey
=====
Turn (almost) any command line program into a full GUI application with one line
Loading…
Cancel
Save