Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've written a program that I want to compile as an exe.

The structure of the folder looks like this:

- Main Folder
    - Main Script
    - README
    - Data Folder
        - ASCII Script
        - Scores CSV
    - Scripts Folder
        - Functions Script
        - Nodes Script
        - Score Script
        - Stacks Script



This is my first time compiling anything into an exe, and the guides/options are a little overwhelming. I'm looking for some direction in the best way to go about compiling something like this!

What I have tried:

Searching for guides unsuccessfully.
Posted
Updated 9-Sep-21 5:39am

 
Share this answer
 
Try this: PyInstaller Quickstart — PyInstaller bundles Python applications[^] - I haven't tried it myself, but I have heard good things about it.
Note that you must run PyInstaller on the system you want to run the EXE on: it won't build you a Linux app on a Windows system or vice versa.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900