This tool will help you quickly create one or more Python packages, without the need to manually create directories and __init__.py files in them.
In Linux:
python3 [path_to_directory]\mkp.py [packages], orpython3 mkp.py [packages].
In Windows:
python [path_to_directory]\mkp.py [packages], orpython mkp.py [packages]
path_to_directory - the path to the directory with the program;
packages - the names of the packages you want to create;
- Add a message about the existence of the package.
- Ability to create nested packages.
- Ability to create a file tree according to the specified file.
- (Optional) Open a text editor if no arguments given.