Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)