The additional commands to Python!
Project description
class standart(): def wait() #wait until pressed ENTER
class Windows(): def notify(title, message, app_name='Python app', app_icon='none') #create a notification message
def confirm(text) #create a notification message with select(OK or CANScEL)
def alert(text) #create a alert message
def question(text) #create a question message
class cfg(): def read(file_name) #read cfg file to dict from type: {what} = {value}
def write(file_name, what) #write cfg file from dict with type: {what} = {value}
class table(): def reservation(text, x, mode=3) #create reservation for x symbols with assignment(1 - LEFT, 2 - MIDDLE, 3 - RIGHT)
def table(column1, column2, mode=1) #create table from list column1, column2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
adcom-1.3.tar.gz
(2.1 kB
view details)
File details
Details for the file adcom-1.3.tar.gz
.
File metadata
- Download URL: adcom-1.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc6ecd1ed433b35453c620fe64f257f85d09bf9810c218c70d5e6eb27195d864 |
|
MD5 | e6a9d735a1684d5b753a746d5ed537ad |
|
BLAKE2b-256 | bcd522ff4145a9442e32fcbfc982300bcf50b4eb67ff4ebe33b9ab1b9aad3557 |