PyxelApp
PyxelAppはPyxelのアプリケーションテンプレートを簡単に作成するbashコマンドを提供します。
目次
インストール
pip install pyxel_app
使い方
- コマンドラインを開きます。
- 次のコマンドを入力します:
pyxel_app [プロダクト名]
例:
pyxel_app my_new_game
これにより、my_new_gameという名前のpyxelアプリケーションテンプレートが現在のディレクトリに作成されます。
ディレクトリ構造
my_new_game
├── entry.py
└── pkg
├── __init__.py
├── app.py
├── data
│ └── img.pyxres
└── utils.py
実行方法
テンプレートを作成した後、以下のコマンドを実行することで、Pyxelアプリケーションを起動することができます。
python my_new_game/entry.py
このコマンドにより、entry.pyが実行され、Pyxelアプリケーションが起動します。
機能
- Pyxelの基本的なテンプレートをすばやく自動生成
- ユーザー指定のプロダクト名を基にしたディレクトリ構造の生成
フィードバックと貢献
プロジェクトへのフィードバックや貢献をお待ちしております。詳細はGitHubリポジトリをご参照ください。
ライセンス
このプロジェクトはMITライセンスの下で公開されています。詳細については、同梱のLICENSEファイルを参照してください。
Release files for pyxel-app 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyxel-app-0.1.1.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyxel_app-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.1 kB
Release files / pyxel-app-0.1.1.tar.gz
| Download URL | pyxel-app-0.1.1.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
df386168229caacfeb5449b0c431b8f171b2c854800b363f04a17165ba453cac
|
|
BLAKE2b-256 checksum How to use checksums |
bd7471e80a32f39acdde9c568a23b92a3f41006aea5d56d43ded28077df3d742
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / pyxel_app-0.1.1-py3-none-any.whl
| Download URL | pyxel_app-0.1.1-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
74f9decf2f600c4cb4ee13a69a3b542c277f3c625831bc3ebf279eca614e5679
|
|
BLAKE2b-256 checksum How to use checksums |
8b545c80bf540c4e5280cb4fb6a1fccacc0764011c950aeabcdd981c7bfb5ea6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|