Skip to content

prytlubomir/package_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python Package Creator

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.

Usage

In Linux:

  • python3 [path_to_directory]\mkp.py [packages], or
  • python3 mkp.py [packages].

In Windows:

  • python [path_to_directory]\mkp.py [packages], or
  • python mkp.py [packages]

path_to_directory - the path to the directory with the program; packages - the names of the packages you want to create;

Planned updates

  • 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.

About

Package Creator will help you quickly create one or more Python packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages