TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15550 · Mar 9

#cplusplus Godot RE Tools let you fully recover Godot projects from APK, PCK, or EXE files by extracting resources, decompiling GDScripts, recreating the project.godot file, and converting resources to original formats. It supports Godot 4.x, 3.x, and 2.x via easy GUI drag-and-drop or command line. This helps you restore lost projects quickly, edit games for modding, or regain work from exports/backups without starting over. https://github.com/GDRETools/gdsdecomp

Hashtags

Results

2 similar posts found

Search: #modulefinder

当前筛选 #modulefinder清除筛选
djangoproject

@djangoproject · Post #154 · 09/04/2016, 12:14 PM

https://docs.python.org/2/library/modulefinder.html This #module provides a #ModuleFinder class that can be used to determine the set of modules imported by a script. modulefinder.py can also be run as a script, giving the filename of a Python script as its argument, after which a report of the imported modules will be printed.

djangoproject

@djangoproject · Post #145 · 09/02/2016, 03:28 AM

https://docs.python.org/3/library/modulefinder.html This module provides a #ModuleFinder class that can be used to determine the set of #modules#imported by a #script. modulefinder.py can also be run as a script, giving the #filename of a Python script as its argument, after which a report of the imported modules will be printed.