No project description provided
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.0.tar.gz
(1.3 kB
view details)
File details
Details for the file py-maia-1.0.tar.gz.
File metadata
- Download URL: py-maia-1.0.tar.gz
- Upload date:
- Size: 1.3 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 |
89dd1905763fb62604fcaff30225a6f07f77d501d4908bb90ff203c25f06a0ae
|
|
| MD5 |
70522a1ff756fee02b6f63c60f8c5e2b
|
|
| BLAKE2b-256 |
1ec0fa691988f7a1f2cf52d1993e83cc63665820a53b6eed24ee506823d35833
|