An open API service indexing awesome lists of open source software.

https://github.com/nchgroup/gui-encoder

GUI Encoder for script kiddies
https://github.com/nchgroup/gui-encoder

development encoder gui python python3

Last synced: 9 months ago
JSON representation

GUI Encoder for script kiddies

Awesome Lists containing this project

README

          

# gui-encoder

# Run
```bash
python3 main.py
```

### Install (for macOS)
```bash
git clone https://github.com/nchgroup/gui-encoder
cd gui-encoder
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
brew install python-tk
```

## Screenshots

### Main Window
![Main Window](./media/foto1.png)

### Encode Window
![Encode Window](./media/foto2.png)