Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerakin/moxsafe
https://github.com/jerakin/moxsafe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerakin/moxsafe
- Owner: Jerakin
- Created: 2022-01-04T00:33:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T22:32:37.000Z (6 months ago)
- Last Synced: 2024-07-06T23:30:23.923Z (6 months ago)
- Language: Python
- Size: 392 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![splash](.github/window.png)
Support saving a Moxfield deck in snapshots that can later be restored.A deck can have multiple versions that all have their own snapshots.
Meaning that a deck might have a "Low" version and a "Mid" version that
you can change in between. Both with their own individual history in
form of snapshots.## Prerequisites
1. Python 3.6+## Install the requirements
1. Change directory to the projects
2. `pip install -r requirements.txt`## Run
1. Change directory to the projects
2. Add a `.env` file in the Moxsafe directory
(next to this readme file) containing
```
MOX_USER=USER_NAME
MOX_TOKEN=PASSWORD
```
that will be used when communicating with Moxfield,
if you don't plan to use the restore functionality you shouldn't need the .env file
4. `python moxsafe/mainwindow.py`## Usage
1. Add a deck by clicking File -> Add Deck and then pasting in your deck URL
2. You will have to change to it in the Deck dropdown
3. A version can be created by clicking the "Create New Version" (these are branches)
4. A snapshot can be created by clicking on "Save Snapshot" (these are commits)