Skip to main content

Magically install modules just by importing them!!

Project description

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]>
      

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyautoinstall-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

pyautoinstall-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page