https://github.com/garrett-he/copier-python-wxpython
A Copier template for Python projects with wxPython framework.
https://github.com/garrett-he/copier-python-wxpython
click code-generation copier python template wxpython
Last synced: about 1 month ago
JSON representation
A Copier template for Python projects with wxPython framework.
- Host: GitHub
- URL: https://github.com/garrett-he/copier-python-wxpython
- Owner: garrett-he
- License: bsd-3-clause
- Created: 2025-03-02T03:12:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T14:51:36.000Z (6 months ago)
- Last Synced: 2025-04-11T15:54:08.573Z (6 months ago)
- Topics: click, code-generation, copier, python, template, wxpython
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# copier-python-wxpython

A [Copier][1] template for Python projects with [wxPython][2] framework.
## Quickstart
1. Install the latest Copier via command:
```
pip install --user --upgrade copier copier-templates-extensions
```2. Use command `copier` to generate a new project:
```
copier copy --trust gh:garrett-he/copier-python-wxpython /path/to/destination
```## License
Copyright (C) 2024 Garrett HE
The BSD 3-Clause License, see [LICENSE](./LICENSE).
[1]: https://github.com/copier-org/copier
[2]: https://wxpython.org