Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okajun35/goxtoolkivy


https://github.com/okajun35/goxtoolkivy

Last synced: 6 days ago
JSON representation

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で作成

実行方法
```python

python main.py

```

## 実行例

![実行例](./exam1.jpg "実行例")

![ポップアップ表示](./exam2.jpg "popup表示")

## exeの作り方

Pytinstaller で作成

```python

pyinstaller .\main.spec
```

実行するとdistフォルダ内にmainディレクトリがあります。

mainフォルダ内にもmain.exeができます。

## Licence
MIT