Modul with System Extension and many more Features, available for Linux and Windows
Project description
Install
Via pip (Stable)
python3 -m pip install --upgrade pip
pip install al
Via Self Build (Stable, Beta)
git clone https://github.com/DevMasterLinux/al.py
cd al.py
pip install .
Via Release: Download the latest release here Copy the URL and Run
pip install <url>
Or
mkdir tmp
cd tmp
wget <url>
cd ..
pip install tmp/*
The release includes a .so file, use this as a module if you wish for fast import.
How to use (System)
Import the System Class, Create a Connection
import platform
from al import System
system = System(platform.system())
Now Use the Connection
Run Commands
system.run(command)
Make a Directory
system.mkdir(path)
For more, use an IDE.
How to use (Manipulate)
Import the Manipulate Class
import platform
from al import Manipulate
m = Manipulate(platform.system())
Print a Message at X, Y
m.print(x, y, text)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ezalpy-0.1.tar.gz.
File metadata
- Download URL: ezalpy-0.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
517cc97fca963914817523fea6416f921561ea581770a24514bf334bd8e777a8
|
|
| MD5 |
8c29457589d0ce961b1738489fe4b587
|
|
| BLAKE2b-256 |
097c6816c13b6a2810ece53ff079ef639374cab826fa4b966f35adccfe2aa8f3
|
File details
Details for the file ezalpy-0.1-py3-none-any.whl.
File metadata
- Download URL: ezalpy-0.1-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
084a9e8fb8c4eab3b2a468743536e3157e4c17878321ec14aa9311f40862d6e7
|
|
| MD5 |
6efcfe75aa3962594a995eb3cd8a51d4
|
|
| BLAKE2b-256 |
3107036cf9710c1919f4d9069e7942bd60cb187fe8c66487fb9635c9cc8c4e6a
|