https://github.com/jan-grzybek/autisto
Basic accounting (?) program integrated with Google Sheets to fulfill my own needs
https://github.com/jan-grzybek/autisto
accounting inventory sheets spreadsheet spreadsheets stock
Last synced: 2 months ago
JSON representation
Basic accounting (?) program integrated with Google Sheets to fulfill my own needs
- Host: GitHub
- URL: https://github.com/jan-grzybek/autisto
- Owner: jan-grzybek
- License: mit
- Created: 2022-12-16T01:42:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T23:53:34.000Z (over 1 year ago)
- Last Synced: 2025-12-15T14:26:20.313Z (6 months ago)
- Topics: accounting, inventory, sheets, spreadsheet, spreadsheets, stock
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autisto

## Installation
```
wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | gpg --dearmor | sudo tee /usr/share/keyrings/mongodb.gpg > /dev/null
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
sudo apt update
sudo apt install mongodb-org
sudo systemctl enable mongod
sudo systemctl start mongod
sudo pip3 install autisto
sudo autisto # follow further CLI instructions
```
IMPORTANT: After successful setup, consider setting up the back-up routine according to the instructions under /back_up .