Skip to content

ajratnam/pyautoinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAutoInstall

Magically install modules just by importing them!!

📝 Description

This is a Work-In-Progress Library which will change your way of installing packages forever.

🤯 Disclaimer

(This project is still in unstable planning stage)

🔥 Getting Started

  • ⬇️ Installation

    While it would be nice to install pyautoinstall just by importing it, that just isn't the case.

    • Via pip
      pip install pyautoinstall
      
  • ⚡ Usage

    • Without pyautoinstall
      >>> import requests
      Traceback (most recent call last):
        File "<stdin>", line 1, in <module>
      ModuleNotFoundError: No module named 'requests'
    • With it
      >>> import pyautoinstall
      >>> import requests
      Should I install requests? (y/n) - y
      Successfully installed requests!!
      >>> requests.get('https://pypi.org/project/pyautoinstall/')
      <Response [200]>

About

Forget pip install.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages