Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyle-verhoog/dundercode
https://github.com/kyle-verhoog/dundercode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyle-verhoog/dundercode
- Owner: Kyle-Verhoog
- Created: 2021-11-20T01:18:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T19:39:12.000Z (11 months ago)
- Last Synced: 2024-10-13T02:11:57.088Z (3 months ago)
- Language: Python
- Homepage: https://dc.verhoog.ca
- Size: 9.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
__code__
fun project related to the office
dev:
pip install -e .
python -m dundercodeto encrypt/decrypt the data:
KEY=... python -m scripts.encrypt > output
KEY=... python -m scripts.decrypt > output