11 projects
wiki-dump-extractor-json
An efficient Wikipedia XML dump extractor which converts each page to JSON.
mypyc-aot
A performance optimization library based on mypyc, similar to numba but supporting accelerating general Python code.
pyobject
A multifunctional all-in-one utility tool for managing internal Python objects, compatible with nearly all Python 3 versions.
pymodhook
A library for recording arbitrary calls to Python modules, primarily intended for Python reverse engineering and analysis.记录任意对Python模块的调用的库,主要用于Python逆向分析。
pyc-zipper
pyc-zipper is a complete toolchain for compressing, obfuscating, and unpacking pyc files based on Python's underlying bytecode.pyc-zipper是基于Python的底层字节码,实现的一套完整的pyc文件的压缩、混淆和脱壳工具链。
no-subclasses
A library that removes the __subclasses__() list from all classes.一个清除所有类的__subclasses__()列表的库。
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()装饰器, 以及一些相关的有用函数, 可用于程序性能分析。
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.
kmp-util
A module providing KMP-based search for strings and bytes.