Skip to content

SammXdd/py-to-exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Py to EXE Converter

Py to EXE Converter is a simple and user-friendly GUI application that allows you to convert Python scripts into executables aka exe file.

Features

  • GUI: Easy to use interface built with Tkinter.
  • File Selection: Browse and select your Python script
  • Real-Time Output: View output and process in real time with progress bar
  • Error Handling: Displays error messages if the conversion fails.

Installation

The full source code of this is in the source.py file.

You can run the application without installing Python or any additional packages. Simply run the exe-converter.exe file.

To run this application, you need to have Python installed on your system along with the following packages:

  • pyinstaller
  • tkinter

You can install pyinstaller and tkinter using pip:

pip install pyinstaller
pip install tk

๐Ÿ“ Support

   If you have coding issues with this tool and errors, dm me

Releases

No releases published

Packages

No packages published

Languages