Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lrshsl/kwiss_cli
Fairly simple cli application for learning vocabulary.
https://github.com/lrshsl/kwiss_cli
Last synced: 2 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T09:56:57.000Z (11 months ago)
- Last Synced: 2024-04-24T05:00:16.367Z (7 months ago)
- Language: Python
- Size: 22.5 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```