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
- Via pip
-
⚡ 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]>
- Without pyautoinstall
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for pyautoinstall-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee7031232438ca1dc5297c85771f3f2dc9da91fcda4ccf544c3d28906cd57f6b |
|
MD5 | 4037373cb8c4cfb6d3325ce7d6a7a7c6 |
|
BLAKE2b-256 | bc924bd9982e9497b735a4a5bb7f45ef1145f1f4bdf9784cc272d77639cca9d5 |