A simple Python program that translates Polish words into English words. Doesn't have that big of a dictionary, because it was mostly made as a learning project!
- Translates animal names from Polish to English.
- Validates user input.
- Repeats the prompt until a valid animal name is entered.
- Uses a Python dictionary for fast lookups.
| Polish | English |
|---|---|
| kot | cat |
| pies | dog |
| panda | panda |
| lis | fox |
| wilk | wolf |
| wąż | snake |
| niedźwiedź | bear |
| koń | horse |
| konik morski | seahorse |
| ryba | fish |
| skrzypołcz | horseshoe crab |
Clone this repository:
git clone https://github.com/blockersiontko/mini_translator.gitMove into the project directory:
cd mini_translatorRun the Python script:
python interface.pyPL: koń
EN: horse
If an invalid word is entered:
PL: kiełbasa
EN: Nie znam takiego słowa!
GitHub: https://github.com/blockersiontko/mini_translator
- tkinter
- ttk
- grid
- tkinter
- requests (Apache 2.0) - CaseInsensitiveDict
- Case Insensitive Dictionary - (requests.structures.CaseInsensitiveDict)
- set() and get()
- dictionary.py
- Both side translation
- Copy results to clipboard
- API Connection
- Dark Theme
This project is licensed under the MIT License.