## Installation
Install `wpcsys` from PyPI:
```
$ pip install wpcsys
```
## Quick Start
Open a command prompt/shell window, and navigate to the directory where your .py file is located, then build your app with the following command:
```
$ wpcEXEbuild your_program.py
```
wpcEXEbuild will generate a `.spec` file. You can run it at first.
If you want to add something such as icon or picture, you can edit your .spec file.
- Use wpcEXEbuild for one file
```
$ wpcEXEbuild your_program.py
```
If you want to modify something such as changing icon or picture, you can edit .spec file directly then use following command:
- Use .spec file
```
$ pyinstaller main.spec
```
Raw data
{
"_id": null,
"home_page": "",
"name": "wpcEXEbuild",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "wpc,executable,standalone,packaging,app,apps,exe",
"author": "chunglee_people",
"author_email": "wu@wpc.com.tw",
"download_url": "https://files.pythonhosted.org/packages/c5/44/2eb9aaf8c40854e7d3b7381fb389e87a1703b9229f03b4180c5cc8b1ab42/wpcEXEbuild-0.0.2.tar.gz",
"platform": null,
"description": "## Installation\n\nInstall `wpcsys` from PyPI:\n\n```\n$ pip install wpcsys\n```\n\n## Quick Start\n\nOpen a command prompt/shell window, and navigate to the directory where your .py file is located, then build your app with the following command:\n\n```\n$ wpcEXEbuild your_program.py\n```\n\nwpcEXEbuild will generate a `.spec` file. You can run it at first.\nIf you want to add something such as icon or picture, you can edit your .spec file.\n\n- Use wpcEXEbuild for one file\n\n```\n$ wpcEXEbuild your_program.py\n```\n\nIf you want to modify something such as changing icon or picture, you can edit .spec file directly then use following command:\n\n- Use .spec file\n\n```\n$ pyinstaller main.spec\n```\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "WPC EXE builder",
"version": "0.0.2",
"project_urls": null,
"split_keywords": [
"wpc",
"executable",
"standalone",
"packaging",
"app",
"apps",
"exe"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "59e88b605be43e963ad7c52b2accacc1dbf1f0856bbc214a957ccdaefd2c7ead",
"md5": "ce6a41c670031df204b4b4140c5be0b8",
"sha256": "77eedfb47fe9bfd2e7472d953a9778dcfa714e3fce959b85595d18c1ea913670"
},
"downloads": -1,
"filename": "wpcEXEbuild-0.0.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ce6a41c670031df204b4b4140c5be0b8",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 3375,
"upload_time": "2022-10-06T02:46:34",
"upload_time_iso_8601": "2022-10-06T02:46:34.008646Z",
"url": "https://files.pythonhosted.org/packages/59/e8/8b605be43e963ad7c52b2accacc1dbf1f0856bbc214a957ccdaefd2c7ead/wpcEXEbuild-0.0.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c5442eb9aaf8c40854e7d3b7381fb389e87a1703b9229f03b4180c5cc8b1ab42",
"md5": "1535cea7905f5fefcdea29f988dde1ab",
"sha256": "a2e70574292cb54943b0d749ea38f8f5e7ebaedca4c16734b96f162e4ac5fdac"
},
"downloads": -1,
"filename": "wpcEXEbuild-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "1535cea7905f5fefcdea29f988dde1ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2914,
"upload_time": "2022-10-06T02:46:36",
"upload_time_iso_8601": "2022-10-06T02:46:36.566267Z",
"url": "https://files.pythonhosted.org/packages/c5/44/2eb9aaf8c40854e7d3b7381fb389e87a1703b9229f03b4180c5cc8b1ab42/wpcEXEbuild-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-10-06 02:46:36",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "wpcexebuild"
}