https://github.com/revtpark/kivy_mobile_app
Word translator app using kivy framework in python.
https://github.com/revtpark/kivy_mobile_app
gui kivy python
Last synced: about 2 months ago
JSON representation
Word translator app using kivy framework in python.
- Host: GitHub
- URL: https://github.com/revtpark/kivy_mobile_app
- Owner: RevTpark
- Created: 2021-09-14T05:30:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T06:42:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T02:53:44.720Z (over 1 year ago)
- Topics: gui, kivy, python
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Translator Mobile App
## With GUI in Kivy Framework and database managenment with json.
The apps basic functionality is to take user input(word) and translates to the chosen langauge.
It has added functionality to create an account or login that enables the user to mark their favourite words and add to favourites, delete words, or reset their favourites.
Here are some of the features:
## Home Screen

## Quick Translate
App lets you translate without having an account using **Quick Translate**. The account features are not available and are authenticated to check if the user has logged in.\

## Getting a translation
The App supports 9 different languages and 1000 day to day distinct word translations.
| Select Language | Translated word |
| ------- | ------------ |
|
|
|
## User Sign Up
User can create an account with the most basic information.

## User Login
After signing up, user can login to his/her account. App also supports forgot password for account.

## Forgot Password?
User can reset the account password. App currently has only one step verification.

## Favourites
| Add a new word | Check your Favourites | Reset |
| ------------ | ------------ | ------------ |
|
|  |
|
## Various Authentications
|
|
|
|
| ----- | ----- | ----- |
Thats all for this project. Hope you liked it✌!