Reputation: 16275
I'd like to incorporate Pyglet's sound and windowing abilities into my script. Is there any way to add it to the script so it won't need to be installed? I realize this will use a lot of memory and take longer to start, but it will be more convenient than having to install pyglet for my purposes.
Upvotes: 1
Views: 49
Reputation: 10541
Maybe you can use the same hack that used in pytest library, it generates a script like this.
Upvotes: 1