Is it possible to make an exe from a python file that calls other .py-files

Viewed 34

I currently work on a bigger project and I wonder if it's possible to create an exe out of my main.py while leaving the other modules alone so i can change them without always creating a new exe.

file structure (simplified):

main.exe
├── frontend
│   └── window1.py
└── backend
    └── data.py
0 Answers
Related