Skip to content
View qfcy's full-sized avatar

Block or report qfcy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pyc-zipper pyc-zipper Public

    A tool for packing, unpacking, compressing and obfuscating Python bytecode files (.pyc) . Python字节码文件(.pyc)压缩、加壳、脱壳、混淆工具。

    Python

  2. parallel-decompiler parallel-decompiler Public

    A Python decompiler tool supporting parallel decompilation, designed to decompile each class and function within pyc files using multiple processes, supporting both uncompyle6 and decompyle3 librar…

    Python

  3. pyobject pyobject Public

    A utility tool with some submodules for operating internal python objects.一个提供操作Python对象底层工具的Python包, 包含一些子模块。

    Python

  4. Python-gravity-simulator Python-gravity-simulator Public

    This is a software that simulates the gravity and planetary motion in the universe with Python, using physical formulas including universal gravitation to calculate the orbits of celestial bodies.这…

    Python

  5. python-http-server python-http-server Public

    This is a lightweight HTTP file server implemented in Python, serving as a replacement for the built-in http.server module and based on the socket module.这是一个Python的轻量级HTTP文件服务器,可以取代python自带的http.s…

    Python

  6. python-timer-tool python-timer-tool Public

    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()装饰器, 以…

    Python