I am developing a desktop application with pyqt5 (Python). The application contains back end database.
Let us say for example I created a table for employee in company (database name) database in MYSQL. My application has an interface to store employee details. Now I want to create single executable file with my database and application. I want to install that application in client's mechine, which have no internet. Now i want to know how to do that and what software is needed at client's system.
My sources for the task is below:
- Window 10 (clients system)
- My executable file (.exe file) ---> I am using MYSQL and pyqt5 (Python)
- How to create this exe file which includes company database?
- What software is needed at client`s system in order to run this application successfully?
If possible, give me step by step guidelines.