Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 932 Bytes

README.rst

File metadata and controls

43 lines (27 loc) · 932 Bytes

A Python Library for students in Yuanfudao

https://travis-ci.org/yuantiku/ybckit.svg?branch=master

This library wraps easygui, matplotlib and media operation for yuanfudao web python environment.

GUI Document

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.

License

MIT.