Skip to content

Commit a3e2b6b

Browse files
committed
Add files for macOS version
1 parent 3b16126 commit a3e2b6b

26 files changed

+2089
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/
2+
__pycache__

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Welcome to DeskTranslate-Mac!
2+
3+
![](image/DeskTranslate.gif)
4+
5+
## Description
6+
This version is for macOS users!
7+
8+
## Links
9+
|:information_source: | [Our Website](https://desktranslate.github.io/DeskTranslate/) |
10+
|---------------|:------------------------|
11+
12+
|:information_source: | [User Guide](https://desktranslate.github.io/DeskTranslate/UserGuide.html) |
13+
|---------------|:------------------------|
14+
15+
|:information_source: | [Devpost Link](https://devpost.com/software/desktranslate) |
16+
|---------------|:------------------------|
17+
18+
19+
## Quick Start
20+
21+
### Using our installer
22+
23+
Releases of DeskTranslate can be found [here](https://github.com/DeskTranslate/DeskTranslate/releases/tag/1).
24+
25+
### Downloading from our repo
26+
27+
![](images/githubDownload.png)
28+
29+
1. To get started, download DeskTranslate at our main repo by clicking Code -> Download ZIP.
30+
31+
2. Ensure Python is installed on your computer.
32+
33+
3. Using terminal, go to the directory where the repo is downloaded to.
34+
35+
4. Download the libraries required:
36+
`pip install -r requirements.txt`
37+
38+
5. Install Tesseract:
39+
`brew install tesseract` and `brew install tesseract-lang`
40+
41+
6. Next, enter the following command to start the program:
42+
`python main.py`
43+
44+
45+
46+

image/DeskTranslate.gif

20.2 KB
Loading

image/DeskTranslate_zoom_BG_3.gif

6.88 MB
Loading

images/DeskTranslate.gif

20.2 KB
Loading

images/DeskTranslate.ico

11 KB
Binary file not shown.

images/DeskTranslate.jpg

10.3 KB
Loading

images/DeskTranslate.png

39.7 KB
Loading

images/DeskTranslate_1.ico

10.9 KB
Binary file not shown.

images/DeskTranslate_zoom_BG_1.gif

3.48 MB
Loading

0 commit comments

Comments
 (0)