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

https://github.com/repcomm/swbf-unmunge-gui

A gui for sleepkiller/swbf-unmunge cli tool
https://github.com/repcomm/swbf-unmunge-gui

Last synced: 6 days ago
JSON representation

A gui for sleepkiller/swbf-unmunge cli tool

Awesome Lists containing this project

README

          

# swbf-unmunge-gui
A graphics interface for [sleepkiller/swbf-unmunge](https://github.com/SleepKiller/swbf-unmunge) cli tool


Written in TypeScript

## Status
Started - not functional

## Usage
### Install
### Running
### Screenshots
![example.png](./example.png)

## Meta
Frameworks Used:
- Electron (GUI framework)
- Nodejs (OS APIs like filesystem)

Libraries Used:
- [exponent-ts](https://github.com/RepComm/exponent-ts) (my own UI library)

## Links I found useful
[SO - electron - using preload.js properly](https://stackoverflow.com/questions/57807459/how-to-use-preload-js-properly-in-electron)