https://github.com/pianopia/scenariobay
Simple Canvas Memo Apps
https://github.com/pianopia/scenariobay
Last synced: 5 months ago
JSON representation
Simple Canvas Memo Apps
- Host: GitHub
- URL: https://github.com/pianopia/scenariobay
- Owner: pianopia
- License: apache-2.0
- Created: 2024-02-06T14:27:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T03:30:38.000Z (over 2 years ago)
- Last Synced: 2025-04-02T09:25:39.513Z (about 1 year ago)
- Language: HTML
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScenarioBay
Simple Canvas Memo Apps
```shell
# ビルド
$ pyinstaller main.py --onefile --osx-bundle-identifie=jp.cloudfree.louddin.rtf --add-data "web:web" --noconsole -w -F
$ python -m nuitka --msvc=14.2 --lto=no --standalone --onefile --onefile-tempdir-spec=ssl_server_tempdir --plugin-enable=pylint-warnings --plugin-enable=tk-inter --windows-disable-console --windows-product-name=server --windows-file-description="local server" --windows-product-version=0.0.0.1 --windows-company-name="BooleanEffect" --windows-icon-from-ico=C:\sk.ico ssl_server.py
```