Getting the dependencies of a function from a library

2020-04-20 Thread elisha hollander
I have a python library with a function. This function call some other functions, classes and variable from the library (and those functions and classes call other ones, etc)... Can I automatically create a file with all of the dependencies (and nothing else)? (Already posted on stack overflow with

Turning pygame apps into add-ons

2020-06-10 Thread elisha hollander
I have a folder with my pygame apps, I want to build a program to have a nice interface to access those apps from, I want it to be like an actual computer, so, I need it to open the apps as rect of something not as external apps. Is there a way to do it without changing all the codes? (I can import