Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xanhex/vocup
Dictionary app with UI
https://github.com/xanhex/vocup
kivy python ui
Last synced: about 2 months ago
JSON representation
Dictionary app with UI
- Host: GitHub
- URL: https://github.com/xanhex/vocup
- Owner: xanhex
- License: apache-2.0
- Created: 2023-09-13T12:02:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-21T10:19:48.000Z (over 1 year ago)
- Last Synced: 2024-10-31T04:42:07.783Z (3 months ago)
- Topics: kivy, python, ui
- Language: kvlang
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vocup
## Description
This app allows you to add new words to the dictionary to learn them later.
It comes with a modern UI and a contextual search feature.## Stack
- Python
- Kivy## Standards
- pep8
- flake8
- black
- pymarkdown## How to run
1. Clone the repo and activate virtual environment.
2. Install dependencies from `requirements.txt`.
3. Execute `vocup.py` from the root directory of the project```bash
python vocup.py
```## How to build
To build the app with `PyInstaller` use `vocup.spec` from `builds` folder.
## Demo
![screenshot](https://github.com/xanhex/vocup/blob/master/demo.png)