Python Yad project
python-yad is interface to yad for python. Inspired by the PyZenity Project.
YAD is a program that will display GTK+ dialogs, and return (either in the return code, or on standard output) the users input. This allows you to present information, and ask for information from the user, from all manner of shell scripts. YAD is the fork of Zenity program.
YAD source page: http://sourceforge.net/projects/yad-dialog/
The API is very simple which has a main class known as YAD.
Example:
>>> from yad import YAD >>> yad = YAD() >>> yad.Calendar()
You can even check out the test application ‘gdie’(Gnome-desktop-item-editor).
>>> gdie
Requirements
Python 3.2 and above
pexpect module
yad program
Installation
Can be installed by using pip:
>>> sudo python3 -m pip install yad
or by manual installation:
>>> git clone https://gitlab.com/dvenkatsagar/python-yad.git >>> cd python-yad/python-yad >>> python3 setup.py build >>> python3 setup.py install
Contact Us
If you guys encounter any bugs, or issues. please contact me via email:
- Authors:
Sagar D V <dvenkatsagar@gmail.com>
- Version:
0.9.5
Release files for yad 0.9.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yad-0.9.5.tar.gz | 31.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yad-0.9.5-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 51.2 kB
Release files / yad-0.9.5.tar.gz
| Download URL | yad-0.9.5.tar.gz |
|---|---|
| Size | 31.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
190d0898c7a388ad887b40e053729cad8f054e32a430dd4e198f2eedfac662e4
|
|
BLAKE2b-256 checksum How to use checksums |
f8abbabb6b5fea48928bc16f7f69d14c8caaccdb3ea87d183c0c3fa9930f0cc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / yad-0.9.5-py2.py3-none-any.whl
| Download URL | yad-0.9.5-py2.py3-none-any.whl |
|---|---|
| Size | 19.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
0006988db5e785155e9b5a879e0b1587318a68b9d4703030c36a29373eea4b64
|
|
BLAKE2b-256 checksum How to use checksums |
07bbec7f6815f2dcf18a64fc10b7793228f3c5d6239a284943cb3ff945688551
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |