Giter Club home page Giter Club logo

dialogs's Introduction

dialogs

A dialogs libs write by win32,very small

一个非常小的基于Dialog的库,只能运行在windows下。 使用时只需要下载release_x64.zip解压缩到你的python文件位置然后 import dialogs即可导入使用

暂时先实现了MsgBox,InputBox,OpenDialog,SaveDialog等几个函数,有空再往上加。 示例代码:

import dialogs

dialogs.MsgBox()
dialogs.MsgBox("Hello World Text","hello Caption")
dialogs.MsgBox("你好Dialogs","你好Dialogs")
print(dialogs.InputBox())
print(dialogs.InputBox("Please Input something","caption!"))
print(dialogs.InputBox("写点东西吧","输入框"))
print(dialogs.OpenDialog())
print(dialogs.SaveDialog())

编译: 本程序的dll文件需要安装Pelles C for Windows打开工程编译即可。

dialogs's People

Contributors

yafengabc avatar

Stargazers

Shixian Li avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.