Are you still manually creating directories to make python projects?

Can't you still decide how to structure your python project?

Are you copying the content of setup.py and .gitignore from Python Docs and from GitHub till now?

Do you want to get rid of those time consuming configurations?

What if you can make all those configurations with just one line of command?

Leaving you nowhere to go...

Just from your favourite terminal

AND

all scaffolded...

Introducing...

Clifold.py

A CLI tool for scaffolding any Python Projects
It uses
  • venv to create virtual environments.
  • git to initialize git in project directory.
  • pip3 to install the packages you input.
  • requests to fetch .gitignore & setup.py.
  • GitHub