https://github.com/stagfoo/fiskabur
fiskabúr 🐡 - (fish-ka-bush) - a template setup of pywebview for chumbucket (or other small js apps)
https://github.com/stagfoo/fiskabur
Last synced: about 1 year ago
JSON representation
fiskabúr 🐡 - (fish-ka-bush) - a template setup of pywebview for chumbucket (or other small js apps)
- Host: GitHub
- URL: https://github.com/stagfoo/fiskabur
- Owner: stagfoo
- Archived: true
- Created: 2021-12-28T06:33:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T10:02:22.000Z (over 3 years ago)
- Last Synced: 2025-03-04T22:27:57.884Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fiskabur 🐡
fiskabúr - pronouced (fish-ka-bush) is a basic template for running javascript app in a desktop wrapper
the code is tiny and easy to read and *seems* less resource intensive then electron
## Development
```bash
pip install -r requirements.txt
python3 main.py
```
# Why make this?
- eletron is too heavy
- the api is as big or little as you want it because its custom
- common operation people need (open file, save file, save settings, camera) [coming soon]
# Building
Window/Mac
```bash
pyinstaller main.py
```
Mac
```bash
python3 build-mac.py py2app
```
## TODO
- include chumbucket somehow
- common operation modules
# Docs
https://pywebview.flowrl.com/
# Icons
https://pngtoicon.com/
https://pypi.org/project/generate-iconset/
Size generator + Mac icns
```
$ generate-iconset assets/icon.png
```
[](https://ko-fi.com/H2H616GHW)