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 details)
Built Distribution
File details
Details for the file pyautoinstall-0.0.1.tar.gz
.
File metadata
- Download URL: pyautoinstall-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdb34924d35ea2312564b26b78186e08cbcc704cdbc7a55c38de549e3d5bcf25 |
|
MD5 | e3df9cf9e5d4f090dd7fccc659124299 |
|
BLAKE2b-256 | c2e78e72674e7fba7b212d518057dbb6d9de186e9fe23f90edb27e9907be0a2f |
File details
Details for the file pyautoinstall-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyautoinstall-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee7031232438ca1dc5297c85771f3f2dc9da91fcda4ccf544c3d28906cd57f6b |
|
MD5 | 4037373cb8c4cfb6d3325ce7d6a7a7c6 |
|
BLAKE2b-256 | bc924bd9982e9497b735a4a5bb7f45ef1145f1f4bdf9784cc272d77639cca9d5 |