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

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.

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

Home_Page_A

## 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.\
Quick_translate

## Getting a translation
The App supports 9 different languages and 1000 day to day distinct word translations.
| Select Language | Translated word |
| ------- | ------------ |
| Selection_Time | Translated |

## User Sign Up
User can create an account with the most basic information.
Sign_Up

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

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

## Favourites
| Add a new word | Check your Favourites | Reset |
| ------------ | ------------ | ------------ |
| Added_Fav | ![Favourites1](https://user-images.githubusercontent.com/78678620/133207429-b8d22741-b9f5-4ed7-b92a-847d4533d4f9.jpeg) | Reset_Fav |

## Various Authentications
| Authentication | Authentication2 | Authentication3 |
| ----- | ----- | ----- |

Thats all for this project. Hope you liked it✌!