I wrote a small program in python using pandas and tkinter, among other libraries. The program has a simple gui and comes with a csv file, it was converted into a .exe file using pyinstaller. I'd like to share it with some people, but it gets flagged as a virus by their firewall which makes them skeptical about opening the file. Most firewalls and antiviruses, my own included, don't flag it as a threat, but I'd rather not face this issue at all.
incase you're wondering why I used a .exe file, I can't send the code as a .py file as the people I'm sending this program to have limited knowledge of programming and I'd rather not make them go through anything complicated. Are there any specific changes I can make to the code to make it acceptable to the firewall?
Any help will be really appreciated!