https://github.com/dancardin/printed
https://github.com/dancardin/printed
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dancardin/printed
- Owner: DanCardin
- License: apache-2.0
- Created: 2024-08-03T23:05:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T00:15:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T08:09:57.912Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Printed
[](https://github.com/dancardin/printed/actions)
[](https://codecov.io/gh/DanCardin/printed)
[](https://printed.readthedocs.io/en/latest/?badge=latest)
[](https://hub.docker.com/r/dancardin/printed)
- [Full documentation here](https://printed.readthedocs.io/en/latest/).
- [Installation/Usage](https://printed.readthedocs.io/en/latest/installation.html).
A tool for keeping track of 3d prints.
## Quickstart
```bash
❯ printed print add 'Benchy' \
--cost 1 \
--material PLA=35 \
--source-link 'https://printables.com/some-model' \
--reference-link 'https://amazon.com/some-thing'
❯ printed print list
┏━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━┓
┃ ID ┃ Name ┃ Count ┃
┡━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━┩
│ 1 │ Benchy │ 0 │
└────┴────────────────────────────┴─────────┘
❯ printed print print 'Benchy'
```
## Web
The tool also ships with a web service which can be used to view and manage
prints.
