python-project-wizard
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
File Explorer
Download Latest Version (.zip)- dev.yml
- release.yml
- ISSUE_TEMPLATE.md
- console_script_setup.md
- faq.md
- history.md
- index.md
- pypi_release_checklist.md
- tutorial.md
- aioproc.py
- post_gen_project.py
- pre_gen_project.py
- cli.py
- test_bake_project.py
- dev.yml
- release.yml
- ISSUE_TEMPLATE.md
- api.md
- authors.md
- contributing.md
- history.md
- index.md
- installation.md
- usage.md
- __init__.py
- test_app.py
- __init__.py
- app.py
- cli.py
- py.typed
- .coveragerc
- .docstring.tpl
- .editorconfig
- .flake8
- .gitignore
- .isort.cfg
- .pre-commit-config.yaml
- AUTHORS.md
- CONTRIBUTING.md
- HISTORY.md
- LICENSE
- mkdocs.yml
- mypy.ini
- pyproject.toml
- pyrightconfig.json
- README.md
- repo.sh
- tox.ini
- .editorconfig
- .gitignore
- CONTRIBUTING.md
- cookiecutter.json
- HISTORY.md
- LICENSE
- mkdocs.yml
- poetry.lock
- pyproject.toml
- README.md
- reload.sh
- repo.sh
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/zillionare/python-project-wizard
Downloads the entire project code from GitHub to your computer.
cd python-project-wizard
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install -U ppw
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -U ppw
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
