Starting a project from scratch

All Model W projects are structured according to the principles explained in the Architecture part. The simplest way to respect that when creating a project from scratch is to use the Project Maker.

In a nutshell, you can start a project with the following command line:

curl -s https://pypi.run/modelw-project-maker/model_w.project_maker | python3.13

This will ask you a few questions and then create a project for you. You can then follow the instructions given by the tool.

To know more: