Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 7 hours 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
- Created: 2021-12-28T06:33:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T08:08:58.000Z (about 2 years ago)
- Last Synced: 2023-03-01T01:32:50.103Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- 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
```[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H616GHW)