Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mozzo1000/file-pancake
- Owner: Mozzo1000
- License: apache-2.0
- Created: 2021-05-18T17:03:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T15:20:24.000Z (about 2 years ago)
- Last Synced: 2023-05-22T18:25:54.224Z (over 1 year ago)
- Topics: file-manager, python
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 SetupRun 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..