Metadata-Version: 2.1
Name: scratch_3_file_analyser
Version: 0.1.1.alpha
Summary: A analyzer for Scratch3 files
Home-page: https://github.com/A-bear-eating-books/scratch_3_file_analyser
Author: chishudexiong
Author-email: 2326311571@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Chinese (Simplified)
Description-Content-Type: text/markdown
License-File: LICENSE

# scratch_3_file_analyser
用于分析Scratch3文件。  
灵感来源于https://aerfaying.com/Projects/512945  
同时借鉴了它  
analyze函数需要传入一个参数，是json文件，但要转换成字符串。可以将sb3文件转换成analyze参数输入的字符串的函数式unzip。详见该命令：  
```python
import scratch_3_file_analyser; print(scratch_3_file_analyser.analyze(scratch_3_file_analyser.unzip('./DEMO.sb3')))
```


你可以试着运行`DEMO.py`

