20 projects
pyobject
一个提供操作Python对象底层工具的模块。A utility tool with some submodules for operating internal python objects.
tk-dragtool
提供用鼠标拖动、缩放tkinter控件工具的跨平台模块。A cross-platform module providing tools to dragand resize tkinter windows and widgets with the mouse.
timer-tool
A Python timer module, containing class Timer() and decorator function timer(), as well as some useful functions that can be used for performance analysis.一个Python计时器模块, 其中包含Timer()类和timer()装饰器, 以及一些相关的有用函数, 可用于程序性能分析。
pycodeobject
用于解析、编辑和处理Python字节码(bytecode)的工具。A tool for parsing and processing Python bytecode object.
notepad
A featured open-source text editor using tkinter.一款功能齐全的tkinter文本编辑器程序。
pynotepad
A featured open-source text editor using tkinter.一款功能齐全的tkinter文本编辑器程序。
painter-tk
使用tkinter的Canvas控件制作的画板程序, 支持编辑、保存文档以及文档属性等功能。 A painter using tkinter.Canvas, supporting editing and saving documents and modifying document properties, etc.
py-timer
A Python timer module, containing class Timer() and decorator function timer(), as well as some useful functions that can be used for performance analysis.一个Python计时器模块, 其中包含Timer()类和timer()装饰器, 以及一些相关的有用函数, 可用于程序性能分析。
search-file
A python module providing tools for searching files (or directories).一个用于搜索文件或文件夹的Python模块。
console-tool
提供创建命令行程序工具的模块,包含Console类。A module for creating command line programs.
event-simulate
模拟键盘,鼠标事件的Python包。可用于编写自动化程序 (如游戏外挂)。A Python package simulating keyboard and mouse events ,which can be used in automation programs.
music-score
A program that using re module to analyze music score (simplified score).使用re模块解析曲谱(简谱)的程序。
catch-turtle
使用turtle模块制作的一款娱乐游戏。An entertainment game using module turtle.作者:qfcy
turtlestar
使用turtle模块画出动态星空的程序, 类似Windows内置的星空屏保。A program uses module turtle to draw dynamic stars, being similar to the built-in starry screen saver in Windows.
solar-system
Solar system gravity simulation using Python turtle graphics and physical algorithm. 使用turtle模块及物理算法的天体引力模拟程序。
PyWireframe-extended
An extended version of 3D rendering package PyWireframe, with some bugs fixed.PyWireframe是一个使用Python turtle绘制3D图形的库, 使用简单的代码实现复杂的3D场景。这是PyWireframe包的扩展版本, 修复了PyWireframe的大部分bug。
ulang2
木兰编程语言的源代码。This is the source code of Ulang Programming Language.
freegames-extended
A extended version of package ``freegames``
number-guessing
A number guessing game made by tkinter. Have FUN!使用tkinter制作的猜数游戏。
simple-database
A simple database module that made by module shelve.