Python App development

Hello,
I have created one script in python. When I convert it in .exe using pyinstaller it gets saved as .spec. Please guide how to develop a windows desktop application as an executable using python.

Thanks.