https://github.com/bhimrazy/create-py-project
A CLI tool to scaffold python projects. Generate Python, FastAPI, Django, Ml/DL, etc projects using this tool.
https://github.com/bhimrazy/create-py-project
opensource package project-generator python python-package python-tool
Last synced: 11 months ago
JSON representation
A CLI tool to scaffold python projects. Generate Python, FastAPI, Django, Ml/DL, etc projects using this tool.
- Host: GitHub
- URL: https://github.com/bhimrazy/create-py-project
- Owner: bhimrazy
- License: mit
- Created: 2022-01-18T07:02:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T06:47:43.000Z (over 3 years ago)
- Last Synced: 2025-03-29T07:33:45.613Z (12 months ago)
- Topics: opensource, package, project-generator, python, python-package, python-tool
- Language: Python
- Homepage: https://pypi.org/project/create-py-project-by-bhimrazy/
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
The awesome tool to create python projects.
---
## Installation
Install using pip
```bash
pip install create-py-project-by-bhimrazy
# or
pip install git+https://github.com/bhimrazy/create-py-project
```
## Usage/Examples
```
$ create-py-project
What's your Project name?: my-project
Choose Project Template:
1. Vannila Python Project
2. FastAPI Project
3. Django Project
4. Django Project with drf and auth
5. ML/DL Project
: 1
Generating....
Completed.
cd into my-project directory
and then follow the instructions in the README.md file
Thank you for using create-py-project.^_^
Author:@bhimrazy
```
## Roadmap
> On the way.
## 👏 How to Contribute
The main purpose of this repository is to continue evolving create-py-project. We want to make contributing to this project as easy and transparent as possible. Read below to learn how you can take part in improving this project.
### Contributing Guide
The create-py-project welcomes, and depends on, contributions from developers and users in the open source community.
Read our [**Contributing Guide**][contribute] to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to create-py-project.
[contribute]: CONTRIBUTING.md
### Code of Conduct
Everyone interacting in the create-py-project's codebases, issue trackers, and
discussion forums is expected to follow the [PyPA Code of Conduct].
[pypa code of conduct]: https://www.pypa.io/en/latest/code-of-conduct/
## Author
- [@bhimrazy](https://www.github.com/bhimrazy)
## License
This project is licensed under the terms of the MIT license, as found in the [LICENSE][license] file.
[license]: LICENSE
