Menu

Tree [972097] main /
 History

HTTPS access


File Date Author Commit
 saves 2026-02-05 NoName123 NoName123 [972097] Add empty saves folder
 .gitattributes 2025-05-30 NoName123 NoName123 [e82489] Initial commit
 .gitignore 2025-05-30 NoName123 NoName123 [ee8b21] v0.1
 LICENSE 2025-07-19 NoName123 NoName123 [baa331] Add files via upload
 Note.txt 2025-06-08 NoName123 NoName123 [0516bc] Fix TYPO error
 README.md 2025-08-28 NoName123 NoName123 [7f7583] Update README.md
 about.html 2025-08-01 NoName123 NoName123 [cd05b5] Add files via upload
 about_cxfreeze.bat 2025-08-01 NoName123 NoName123 [cd05b5] Add files via upload
 check.json 2025-08-02 NoName123 NoName123 [4d51a4] Add Scrollbars and Debug
 cxfreeze_install.bat 2025-08-01 NoName123 NoName123 [cd05b5] Add files via upload
 cxquick.py 2025-08-04 NoName123 NoName123 [f491a7] executable.py & include_file.py ->lib
 dataexecutables.json 2025-08-02 NoName123 NoName123 [585783] Update dataexecutables.json
 executable.py 2025-08-04 NoName123 NoName123 [f491a7] executable.py & include_file.py ->lib
 include_file.py 2025-08-04 NoName123 NoName123 [f491a7] executable.py & include_file.py ->lib
 include_file_data.json 2025-08-02 NoName123 NoName123 [4c04ca] Update include_file_data.json

Read Me

cxQuick

cxQuick is a graphical tool that simplifies converting .py Python scripts into .exe executables using cx_Freeze.

📦 Requirements

  • Python 3.7+
  • cx_Freeze installed:
    ```bash
    pip install cx_Freeze

How to Use

  1. Run cxquick.py.

  2. Select your .py script using the Browse .py file button.

  3. Fill in the fields:

Main Window:

  • Name: The name of your application.
  • Version: The version number of your application.
  • Description: A short description of what your application does.
  • Executables Field (Forced to be edit in Add Excutables Window)

Add Executables Window(Forced):

  • Path to your .py file (Forced)
  • Icon, Base and Target name are not forced
  • Remember to click add executables to create or save button to save your choices

Add Included Window (Not Forced):

  • Direct the Files/Folders(Forced if you want to add)
  • Output : Write the file's or folder's name for the copied (will be in output folder after build)
    Don't fill the Output if you want the default name of files and folders
    With folder (changed name): add / at the end of the name to avoid errors

  • Set the Output directory using the Browse Output Directory button.

  • ⚠️ This must be an empty folder. If it is not empty, the build will be aborted.

  • Click the Build button and wait while cx_Freeze generates your .exe file.

Once done:

  • A setup.py will be created in the saves/ folder.
  • cx_Freeze will build the .exe.
  • A success message will be shown once the process completes.
MongoDB Logo MongoDB