Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mozzo1000/file-pancake

File manager
https://github.com/mozzo1000/file-pancake

file-manager python

Last synced: about 6 hours ago
JSON representation

File manager

Awesome Lists containing this project

README

        

# file-pancake
File manager

## Building pancake
Building a installable package needs to be done from the same type of machine as the intended output, i.e if you want a `.exe` then build from a windows machine.

### Windows
**Prerequisites**:
* PyInstaller
* Inno Setup

Run the following from the root directory:
```
PyInstaller package-py.spec
```
Then compile `package-win.iss` with Inno Setup. The installer should be saved to a `Output` folder..