qfcy

Results 7 issues of qfcy

**1.MOD** In a bid to apply my MOD, you could modify the source code like this: ①Play music after entering the world. ``` class World { constructor(empty) { if (!empty)...

“義”误转换成了“义”,应转换为“意大利语”。 此外,建议专门建立一个收集词库的issue,方便更正转换的错误。

Take a look at my own new [pyobject](https://github.com/qfcy/pyobject) library that combines many features in other modules including `squiz`, `ppretty`, `objbrowser` and even internal bytecodes, all in one: ```python >>> import...

In this pull request, I've solved the issue #329 and the error `cannot pickle '_io.TextIOWrapper' object` no longer exists. Additionally, a small `AttributeError` in `extract.py` is fixed.

Glad to take a look at my own stack-snapshot library: [PyStackSnapshot](https://github.com/qfcy/PyStackSnapshot). It works differently from `traceback_with_variables` as it directly modifies the initialization process of all built-in exception classes at a...

Glad to take a look at my own new [pyobject](https://github.com/qfcy/pyobject) library that combines many features in other modules including `squiz`, `ppretty`, `objbrowser` and even internal bytecodes, all in one: ```python...

Glad to take a look at my own obfuscation tool [pyc-zipper](https://github.com/qfcy/pyc-zipper), along with an introduction to obfuscation implementations and principles of bytecode for ordinary Python developer which this tool uses....