Package installer for python

This package adds json to your project that stores all the packages that used in the project and allow others to install it using a single command.


?
Installation

git clone https://github.com/anmolmalik01/package-installer.git

The program used pyreqs to collect all the packages name and version

pip install pyreqs


?
Usage/Commands

build -> This adds all the packages included in your project-directory into json

cd p_installer
python3 package_installer.py [your_project_folder_name] [--build] 

install -> This install all the libraries included in the json to your machine

cd p_installer
python3 package_installer.py [your_project_folder_name] [--install] 

help

cd p_installer
python3 package_installer.py [your_project_folder_name] [--help] 

Manual add

You can manually add libraries to json.



python-json

  • standard-lib -> standard libraries used (to be added manually)

  • packages -> libraries used


?
Folder system

In your working directory, add all of the folders and files.

Author

?
Anmol


?
Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

GitHub

View Github