Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codelv/zerobooks
Simple desktop based, completely offline, completely free and open source, invoicing software for linux.
https://github.com/codelv/zerobooks
Last synced: 1 day ago
JSON representation
Simple desktop based, completely offline, completely free and open source, invoicing software for linux.
- Host: GitHub
- URL: https://github.com/codelv/zerobooks
- Owner: codelv
- License: gpl-3.0
- Created: 2023-09-01T12:44:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-15T16:16:55.000Z (4 months ago)
- Last Synced: 2024-08-15T18:21:07.701Z (4 months ago)
- Language: Python
- Homepage: https://codelv.com/projects/zerobooks/
- Size: 806 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerobooks
Simple desktop based, completely offline, completely free and open source,
invoicing software for linux.See the [project site](https://codelv.com/projects/zerobooks/) for screenshots. If you find it helpful feel free to [donate](https://codelv.com/donate).
### Install
1. Install python (preferribly in a virtual environment).
2. Clone repo
3. Run `pip install -e ./`On linux you can optionally run `make install` to install the desktop shortcut.
### Run
Run `alembic upgrade head` to generate a new database.
In the correct virtual env run `zerobooks` or `python -m zerobooks`.## License
GPL v3.