Skip to content

Commit 3d60127

Browse files
committed
D5L Readme revised.
1 parent 2a9046d commit 3d60127

File tree

1 file changed

+36
-20
lines changed

1 file changed

+36
-20
lines changed

003 - D5L Dictionary/README.md

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,47 +6,63 @@
66

77
![Views Counter](https://views-counter.vercel.app/badge?pageId=https%3A%2F%2Fgithub%2Ecom%2Fstorlak%2FPythonMiniProjects&leftColor=000000&rightColor=0adb3f&type=total&label=Viewers&style=none)
88

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)
1014

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.
1220
The main goal of ENG5 dictionary is to find meaning, synonym and antonym of words in these 5 languages.
1321

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.
1624
- 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.
2027

21-
For installing modules:
28+
Installing necessary modules:
2229

2330
```
2431
pip install Pymultidictionary
2532
```
2633

27-
🌟 How to use?
34+
## How to use?
2835

29-
### Searching a Word
36+
🌟 Searching a Word
3037

31-
- Select first the language you want search.
38+
- Select first the language you want to make the search.
3239
- 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.
3542
- Use copy button to copy your search result.
43+
- Use clear button to clear the search and the result area.
3644
- 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 ([], ",")
3746

38-
### Avoid the following while searching!
47+
🌟 Avoid the following while searching!
3948

4049
- Don't add "s", plural in the end of the word. Search returns null.
4150
- If you're searching a verb don't use "to". write "help" instead of "to help"
4251

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.
4458

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
4960

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.
5163

64+
## Contact
5265
[![Gmail Badge](https://img.shields.io/badge/-serdartorlak-c14438?style=flat&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])
66+
![Mastodon Follow](https://img.shields.io/mastodon/follow/111266776829036638?style=flat&logo=mastodon&color=blue)
67+
[![Twitter Badge](https://img.shields.io/badge/-@serdartorlak-1ca0f1?style=flat&labelColor=1ca0f1&logo=twitter&logoColor=white&link=https://twitter.com/serdartorlak)](https://twitter.com/serdartorlak)
68+

0 commit comments

Comments
 (0)