Skip to content
forked from e7h4n/ybckit

A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"

License

Notifications You must be signed in to change notification settings

ramboims/ybckit

 
 

Repository files navigation

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.

About

A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%