one PY file
IamKO opened this issue · 2 comments
IamKO commented
hello is there possibility to collect all source files and out in one .py file? i dont want to compile the file just dont need so much files?
NateTheGreat714 commented
@IamKO Umm you can copy and paste all the code from every .py file in this repo into a completely new .py file all by yourself if that's what you want I guess, just make sure to paste them in the order of the functions being called though and you might possibly also have to fix up/clean up some of the import statements once that's all done as well though so just keep that in mind. Good Luck!
navin-hariharan commented
hello is there possibility to collect all source files and out in one .py file? i dont want to compile the file just dont need so much files?