An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Create Python Project



The awesome tool to create python projects.



Coverage

---

## 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