This library wraps easygui, matplotlib and media operation for yuanfudao web python environment.
ybckit supports the following easygui api for now:
- buttonbox
- enterbox
- passwordbox
- fileopenbox
- diropenbox
- buttonbox
Each of those api has the same method signature expect root params because web environment doesn't support it.
For example:
import easygui
easygui.enterbox(msg='Enter something.', title='any title', default='foo')
And run this code:
python -m ybckit.runner test.py
The full document of easygui can be found here.
MIT.