Firt, let be honest: I know nothing about python. I have created python file all by googled.
I have run file successfully but when i want to pack it to exe file it wont run. I have used 'Auto PY to EXE'(one file option) to pack 3 file (gui.py, copyfile.py, list.txt) but when i run exe file it just open Gui.exe but cant run 'Action.py". I move Gui.exe to folder where i stored copyfile.py and list.txt it run fined.
What should i do to make it only one exe file to run. (I want to share it to other people without install python)
Here is how my python file work:
Open gui.py -> hit button -> execute file copyfile.py
(copyfile.py will copy file base on a list in list.txt)
(all files are in same folder)
And i also dont want cmd window to appear when it run.
I have work around other ways by create a folder contains gui.exe, copyfile.exe, list.txt. But it run really slow, and when i copy to other computer (not have python) it say action.exe cant run copy command.
link to my file: https://drive.google.com/file/d/1OZIaCtiiBBxHjuNqrG1J59vHo9OV--3h/view?usp=sharing