|
6 | 6 |
|
7 | 7 | 
|
8 | 8 |
|
9 |
| -🌟 Introduction |
| 9 | +# CONTENTS |
| 10 | +1. [Introduction](#introduction) |
| 11 | +2. [How to use?](#how-to-use) |
| 12 | +3. [Roadmap](#roadmap) |
| 13 | +4. [Knwon issues](#known-issues) |
10 | 14 |
|
11 |
| -D5L is a dictionary with 5 languages. It includes English, Turkish, French, Russian and Chinese. |
| 15 | +********************************** |
| 16 | + |
| 17 | +## Introduction |
| 18 | + |
| 19 | +D5L is a dictionary with 5 languages. It includes English, Turkish, French, Russian and simple Chinese. |
12 | 20 | The main goal of ENG5 dictionary is to find meaning, synonym and antonym of words in these 5 languages.
|
13 | 21 |
|
14 |
| -- D5L includes a simlie Tkinter interface written in Python. |
15 |
| -- Searches words, synonymes, antonymes in English, Turkish, French, Russian and Chinese. |
| 22 | +- D5L is written in python and includes a Tkinter. |
| 23 | +- Searches meaning of words, synonymes, antonymes in English, Turkish, French, Russian and Chinese. |
16 | 24 | - Using PyMultiDictionary as database.
|
17 |
| -- Requirements: Tkinter, Messagebox, Pymultidictionary |
18 |
| -- Search button or enter key works as well. |
19 |
| -- Use help menu to contact further info. |
| 25 | +- Requirements: Tkinter, Messagebox, Pymultidictionary. |
| 26 | +- Use help menu (F1) to contact further info. |
20 | 27 |
|
21 |
| -For installing modules: |
| 28 | +Installing necessary modules: |
22 | 29 |
|
23 | 30 | ```
|
24 | 31 | pip install Pymultidictionary
|
25 | 32 | ```
|
26 | 33 |
|
27 |
| -🌟 How to use? |
| 34 | +## How to use? |
28 | 35 |
|
29 |
| -### Searching a Word |
| 36 | +🌟 Searching a Word |
30 | 37 |
|
31 |
| -- Select first the language you want search. |
| 38 | +- Select first the language you want to make the search. |
32 | 39 | - Type any word in selected language in search boxes.
|
33 |
| -- Use meaning, synonym, antonym to search the meaning, synonym and antonym of a word. |
34 |
| -- Use clear button to clear the search and explanation area. |
| 40 | +- Use meaning, synonym, antonym to search for the meaning, synonym or antonym of a word. |
| 41 | +- Search button or enter key works as well. |
35 | 42 | - Use copy button to copy your search result.
|
| 43 | +- Use clear button to clear the search and the result area. |
36 | 44 | - If you have any questions or suggestions use [Disccusions](https://github.com/storlak/PythonMiniProjects/discussions)
|
| 45 | +- If the word you're looking for is not in the dictionary search result retrns ([], ",") |
37 | 46 |
|
38 |
| -### Avoid the following while searching! |
| 47 | +🌟 Avoid the following while searching! |
39 | 48 |
|
40 | 49 | - Don't add "s", plural in the end of the word. Search returns null.
|
41 | 50 | - If you're searching a verb don't use "to". write "help" instead of "to help"
|
42 | 51 |
|
43 |
| -🌟 Roadmap |
| 52 | +## Roadmap |
| 53 | + |
| 54 | +- More languages to be added! |
| 55 | +- App will be converted to .exe file for windows. |
| 56 | +- App will be converted to flatpak and will be published in flathub repo. |
| 57 | +- Deb package to be created. |
44 | 58 |
|
45 |
| -- Soon other languages will be added! |
46 |
| -- It will be converted to an .exe file. |
47 |
| -- D5L will be converted to flatpak and update to flatpak repo. |
48 |
| -- Deb package will be created. |
| 59 | +## Known issues |
49 | 60 |
|
50 |
| -🌟 Contact Me for any suggestions! |
| 61 | +- Search result in any language besides English comes first with English definition. [Issue ticket](https://github.com/storlak/PythonMiniProjects/issues/2) opened to PyMultiDictionary module. |
| 62 | +- Tool menu items (switch language) are not functional yet. |
51 | 63 |
|
| 64 | +## Contact |
52 | 65 | [](mailto:[email protected])
|
| 66 | + |
| 67 | +[](https://twitter.com/serdartorlak) |
| 68 | + |
0 commit comments