Questions tagged [py2app]

py2app can create standalone Mac OS X applications with Python

py2app is a Python setuptools command which will allow you to make standalone application bundles and plugins from Python scripts. py2app is similar in purpose and design to py2exe for Windows.


Resources:

621 questions
-1
votes
1 answer

Create a Mac single file app on Windows using python

PyInstaller is not a cross-compiler, so to make a Mac OS X app it should be compiled on Mac OS X. However, I don't have access to device running Mac OS X. Is it an option to create an virtual machine on python to emulate Mac and than ran py2app? (I…
Rodrigo
  • 137
  • 1
  • 10
-1
votes
1 answer

How do I turn these .py files into an application that I can then embed into my website?

So I have found some code on Github for an Instagram bot that automatically likes and follows and it works great when I run it through terminal on my MacBook. I am using a Mac btw. I want to be able to turn the code into an application that I can…
C. Putty
  • 1
  • 1
-1
votes
2 answers

Straight and simple answer: installing py2app

I have been searching all day how to install py2app. I have downloaded the folder but I don't know how to actually install the application. Also, if anyone could give me an easy way of using py2app that would be great!
Ben Hughes
  • 101
  • 1
  • 1
  • 5
-2
votes
1 answer

Py2App How to use

How does one exactly use Py2App, which creates standalone applications for python. I downloaded it, but have no idea what to do next, what to install, etc...
Billjk
  • 10,387
  • 23
  • 54
  • 73
-2
votes
2 answers

How to share my python game with friends who don't have python or pygame

Just finished making my first python game based on the space invaders game. Now I don't know exactly how to share it with my friends. I know that I should use py2app, but I haven't found good online instructions on how to do so. This is how the…
arian_lrd
  • 13
  • 2
-2
votes
1 answer

Why is the python code in the zip package after py2app is packaged?

Who is familiar with py2app, how can the python code packaged by py2app not be placed in a tarball. And can be converted to so file
王可乾
  • 1
  • 1
1 2 3
41
42