Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okajun35/goxtoolkivy
https://github.com/okajun35/goxtoolkivy
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/okajun35/goxtoolkivy
- Owner: okajun35
- Created: 2017-12-03T07:53:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T15:34:37.000Z (almost 7 years ago)
- Last Synced: 2024-01-25T13:42:36.778Z (10 months ago)
- Language: Python
- Size: 1.12 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tipnem-py の GOX TOOLをKivyでUIを付けたもの
=========
[GOX_TOOL](https://github.com/namuyan/tipnem-py/blob/master/GOX_TOOL.md)をKivyで書き直したアプリです。
Python3で作成実行方法
```pythonpython main.py
```
## 実行例
![実行例](./exam1.jpg "実行例")
![ポップアップ表示](./exam2.jpg "popup表示")
## exeの作り方
Pytinstaller で作成
```python
pyinstaller .\main.spec
```実行するとdistフォルダ内にmainディレクトリがあります。
mainフォルダ内にもmain.exeができます。
## Licence
MIT