Rust1667 / a-FMHY-search-engine

CLI based search engine for FMHY (https://fmhy.net/)
47 stars 6 forks source link

Standalone Build with Nuitka #1

Open SerjSX opened 1 year ago

SerjSX commented 1 year ago

Built the program with Nuitka as a standalone .exe file for easier and faster running (without cmd)

Used the following command: python -m nuitka --standalone --windows-icon-from-ico=fmhy.ico fmhy-search.py

Nuitka Icon (used GIMP to export as .ico) Program zip file

No modifications done to the main program, just downloaded the source code, launched cmd and ran the above command.

Rust1667 commented 1 year ago

thanks, I want to look into your additions when I have some more time. This seems like a good idea for windows users