/pygh_module

module distribute program for python

Primary LanguagePython

pygh_module

Description

Automatic file generation program required to publish a module created with python with GitHub

Generated File list

  • README.md
  • project directory
    • __init__.py
  • setup.py(The url is automatically generated by the author and project_name used at the time of input, but needs to be changed if necessary)

How to install the created module

  1. Upload the created modules to GitHub
  2. Install with the following command
pip install git+https://github.com/user-name/module-name

Caution

Before using this module, make sure that the files in the File list do not exist in the directory. If the files in the File list exist, they will not work properly