Skip to content

A CLI tool to scaffold python projects. Generate Python, FastAPI, Django, Ml/DL, etc projects using this tool.

License

Notifications You must be signed in to change notification settings

bhimrazy/create-py-project

Repository files navigation

Create Python Project

The awesome tool to create python projects.

Coverage


Installation

Install using pip

  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 to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to create-py-project.

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.

Author

License

This project is licensed under the terms of the MIT license, as found in the LICENSE file.