0

How to convert .py file into standalone exe file for python3.6, please explain with examples

Please explain it with some examples to make setup.py file, so that I can execute any text file called in python script and save the output in csv file by calling the csv file.

  • Your response will be a great help for me. Thanks – Tarang Jain Sep 15 '17 at 05:08
  • My OS configuration is Windows 7, 64bit – Tarang Jain Sep 15 '17 at 05:09
  • I need to execute the python script on windows command prompt without installing python software (IDE) or modules – Tarang Jain Sep 15 '17 at 05:11
  • Possible duplicate of [Best method of converting .py to .exe for Python 3.6?](https://stackoverflow.com/questions/41570359/best-method-of-converting-py-to-exe-for-python-3-6) – tk421 Sep 15 '17 at 06:19
  • Yeah, I have installed pyinstaller and cx_Freeze already, but I am not able to understand the 3-6 steps given in Best method of converting .py to .exe for Python 3.6? page, please give me some exapmples to make setup file – Tarang Jain Sep 15 '17 at 07:12
  • Did you not see the link in https://stackoverflow.com/questions/41570359/best-method-of-converting-py-to-exe-for-python-3-6 "4. On the setup.py, code >>this<< and save it." which contains the content of the setup.py? – tk421 Sep 15 '17 at 17:29
  • Thanks to all, I already solved the issue by myself. – Tarang Jain Sep 18 '17 at 05:02

0 Answers0