Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holence/bucketlist
Manage your Bucket List (Life Plan) with tags and status.
https://github.com/holence/bucketlist
bucket-list bucketlist pyside2 qt
Last synced: 18 days ago
JSON representation
Manage your Bucket List (Life Plan) with tags and status.
- Host: GitHub
- URL: https://github.com/holence/bucketlist
- Owner: Holence
- License: gpl-3.0
- Created: 2022-03-19T13:34:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T13:20:14.000Z (8 months ago)
- Last Synced: 2024-05-03T00:59:27.327Z (8 months ago)
- Topics: bucket-list, bucketlist, pyside2, qt
- Language: Python
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BucketList
This is a simple tool for managing Bucket List (Life Plan).
## Installation
Download from [Github Release](https://github.com/Holence/BucketList/releases) to get the latest build for Windows.
or build with pyinstaller on your own:
`git clone https://github.com/Holence/BucketList.git`
`python -m venv env_build`
`.\env_build\Scripts\activate`
`pip install -r .\requirements.txt`
`pip install pyinstaller`
(you can install [UPX](https://upx.github.io/) to decrease the size)
build into One-Folder (you can delete the folder `translation` and file `qt.conf` in `./dist/BucketList/PySide2`, they are not needed):
`pyinstaller .\full.spec`
or build into single executable file:
`pyinstaller .\single.spec`
## Demo
Here is a demo:
![demo](demo/demo.jpg)