Skip to content

Commit 51bfe6c

Browse files
committed
Create .pyw file for windows process without console
1 parent 7dc1cdd commit 51bfe6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/bpython-win.pyw

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env python
2+
3+
import sys
4+
from bpython.gtk_ import main
5+
6+
sys.exit(main())

0 commit comments

Comments
 (0)