Python Forum

Full Version: My first python projects (help with reviews and opinions)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there. I wanted to share with you my first python project =) It is a command line tool that creates python packages (or any other language because it uses a template system). I think is very easy to use, but, as I am new in this, I can't be so sure. You can check it out by installing it (pip install do-pack) or via the GitHub project page (https://github.com/wilfredinni/do-pack). You can help me improve it with your opinion on how it works or the way I coded it.

The idea is to have a project ready structure with the setup.py, AUTHORS.rst and .gitignore with the user inputs, and choose a license, or simply get an empty project structure, or use a template to make wherever project skeleton you need.