CLI 工具:一键生成 mmgui 桌面应用项目模板(支持 Vue CDN、React CDN、原生 HTML)
Project description
mmgui-cli
快速创建mmgui项目 本项目基于 MMGUI 构建,提供了一个快速开发 Python 桌面 GUI 应用的脚手架。
🚀 快速开始
1. 新建一个项目
mkdir my_project && cd my_project
2. 新建虚拟环境并激活(推荐)
python -m venv .venv
.venv/Scripts/activate
3. 安装mmgui-cli
pip install mmgui-cli
4. 使用mmgui-cli初始化项目
mmgui_cli init <project_name>
project_name:可选,项目名称,不提供时默认为当前目录名称
5. 安装项目依赖(可在init时一键安装并启动)
pip install -r requirements.txt
6. 启动项目
mmgui_cli run
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mmgui_cli-0.0.1.tar.gz
(9.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mmgui_cli-0.0.1-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file mmgui_cli-0.0.1.tar.gz.
File metadata
- Download URL: mmgui_cli-0.0.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45c83c8b6b0bd9cffd6b63d0625266315b6ccda3dcbd0b9e6cc2242bfed23014
|
|
| MD5 |
8807c704871270f67a67bc3a37faebf5
|
|
| BLAKE2b-256 |
729e63761ed25787bfc6d36a5601154c3968ee2d13f5c7de21031d2fd6034a3d
|
File details
Details for the file mmgui_cli-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mmgui_cli-0.0.1-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37c91d40ef3c412ae1b22f769f577421322e4055ab1b0a29d5c84c6330e902a2
|
|
| MD5 |
272653566cccd76837d3f96c79318a80
|
|
| BLAKE2b-256 |
4aedb1590c77aec1a71c3b1f40cb1794cc1e8aadcd21b2938367e91a87036166
|