12
12
![ 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 )
13
13
14
14
# CONTENTS
15
+
15
16
1 . [ Introduction] ( #introduction )
16
- 2 . [ How to use?] ( #how-to-use )
17
- 3 . [ Roadmap] ( #roadmap )
18
- 4 . [ Known issues] ( #known-issues )
17
+ 2 . [ How to Install?] ( #how-to-install )
18
+ 3 . [ How to use?] ( #how-to-use )
19
+ 4 . [ Roadmap] ( #roadmap )
20
+ 5 . [ Known issues] ( #known-issues )
21
+ 6 . [ Contact & Forum & Wiki] ( #contact )
19
22
20
23
**********************************
21
24
@@ -30,6 +33,21 @@ The main goal of D5L dictionary is to find meaning, synonym and antonym of words
30
33
- Requirements: Tkinter, Messagebox, Pymultidictionary.
31
34
- Use help menu (F1) to contact further info.
32
35
36
+ ## How to Install
37
+
38
+ Various ways of installing the D5L:
39
+
40
+ - Fork the repository to your Github and run main.py
41
+ - Download the .exe file for windows.
42
+ - Install via flathub (soon!) for Linux.
43
+ - Download .deb file for Linux.
44
+ - Download main.py, constants,py, gui_utils.py, menu_utils.py and run main.py
45
+ - main.py for English.
46
+ - main_fr.py for French. (not functional yet)
47
+ - main_ru.py for Russian. (not functional yet)
48
+ - main_ch.pt for Chinese. (not functional yet)
49
+ - main_tr.py for Turkish. (not functional yet)
50
+
33
51
Installing necessary modules:
34
52
35
53
```
0 commit comments