Let's code better
Project description
maia
About "maia"
This python module was created to make code clear and easy. This page will be updated quite often, like the project itself, so I recommend checking for updates often
Version 1.0
AutoInstaller
That function will help you install packages without using a console command "pip install ..."
Example
from maia import AutoInstaller
try:
import colorama
except ImportError:
AutoInstaller()
print("Hello, AutoInstaller" + colorama.Fore.GREEN)
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
py-maia-1.1.tar.gz
(2.0 kB
view details)
File details
Details for the file py-maia-1.1.tar.gz.
File metadata
- Download URL: py-maia-1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb3aa1c8d8a5c78fc12a099020861d3b94a8009e19af480ef416052579c7e6c5
|
|
| MD5 |
14542b1a6f8b95c1a7166bcba1c76214
|
|
| BLAKE2b-256 |
a9b17dc9cc3baccddb5b8df249374bb5d040a4966006a3f342a5a8a25616f0ad
|