اذهب إلى المحتوى
  • 0

طريقة تحويل بايثون الي ملف تنفيذي exe

محمد الصافي-2

السؤال

Recommended Posts

  • 0

Download and Install Py2Exe for Windows

http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/Py2Exe
Unfortunately it's only available for windows :(

Step 2Create the Python Program You Want to Compile

I called mine myScript.py

Step 3Create setup.py

This is the python script that py2exe uses to create your exe. I think it's fairly self-explanatory.
Make sure you save it in the same directory as the file you want to compile.

Note, if you are using any third party python modules, you must specify them in this file.
For example, if myScript.py made use of the pandas module, I would specify it here like so:

Step 4Compile!

Now go to your command prompt and compile your program, by running the following:

python setup.py py2exe

Step 5Test Out Your Exe

Py2Exe will have created two folders: build and dist.
The dist folder contains your exe, and it's safe to delete the build folder.

Step 6Happy Compiling!

Not a very exciting tutorial, but one that you'll hopefully find useful :)

رابط هذا التعليق
شارك على الشبكات الإجتماعية

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...