Metadata-Version: 2.1
Name: multi-exe-maker
Version: 0.4
Summary: This program can make a lot of executables files at the same time, in order to save time
Home-page: UNKNOWN
Author: Vitor Augusto de Lima Soares
Author-email: vitoraugustodelimasoares@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Multiple Exe Maker

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

Multiple Exe Maker is a python program that saves time when transforming the various python files into executable files

## Features

- Select as many python files you want
- Save generated files at the same folder

## Tech

Multiple Exe Maker uses a number of open source libraryes to work properly:
- Multiprocessing
- PySimpleGUI
- pathlib
- os


## Installation

Dillinger requires Python : 3.6-3.10+ to run.

You can install this project using PyPI:
```sh
pip install multi_exe_maker
```


## Usage
Then to run it, execute the following in the terminal:
```sh-
multi_exe_maker
```


