https://github.com/lrshsl/kwiss_cli
Fairly simple cli application for learning vocabulary.
https://github.com/lrshsl/kwiss_cli
Last synced: 4 months ago
JSON representation
Fairly simple cli application for learning vocabulary.
- Host: GitHub
- URL: https://github.com/lrshsl/kwiss_cli
- Owner: lrshsl
- Created: 2022-05-23T17:52:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T23:12:16.000Z (8 months ago)
- Last Synced: 2025-01-12T20:46:27.117Z (6 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kwiss\_cli
_This project is not to be taken serious_. I made it for myself, mainly
to learn kivy && other tools.
I added download instructions for a friend.
*Use on own risk*### Download
`cd` to the folder where it should get downloaded.```sh
# Download
git clone https://github.com/lrshsl/kwiss_cli
cd ./kwiss_cli/# Run
python ./main.py```
### Add sets
Replace all occurrences of with the name of the file:
```sh
# In the source directory (where you were after 'Download')
# Add your content in the format 'x1, x2 : y1, y2':
vi ./src/fname.voci# Write filename to main.py
sed -i -e '/##- SRC-Init -##/s/\'.*\'/\'fname\'/' ./main.py```