Skip to main content

It is a code generator for Python projects.

Project description

Python Project Creator

This project generates Python code to start a new project.

In the current state it support well the following templates:

  • basic: A basic project with a main.py file
  • cp: Contains the files used to solve competitive programming problems.

It does not support templates that need models such as:

  • pip: A template to create a package that will be uploaded to PIP.

In the future I expect to create templates that need more sofisticated code generation, such as:

  • flask: A template to be used when starting a Flask project.

Build and Upload

python setup.py sdist python setup.py bdist_wheel

twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-project-creator-0.0.2.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

python_project_creator-0.0.2-py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page