-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgram Instruction.txt
86 lines (44 loc) · 1.91 KB
/
Program Instruction.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
1. You have to install tesseract-ocr-w64-setup-v5.0.0-alpha.20200328.exe to run this program.
URL:
https://medium.com/quantrium-tech/installing-and-using-tesseract-4-on-windows-10-4f7930313f82
2. Please install miniconda. (Python version: 3.8) (Or you can install python3.8 and create virtual environment and run program)
URL:
https://docs.conda.io/en/latest/miniconda.html
https://docs.python.org/3/tutorial/venv.html
3. open anaconda prompt.
then type d:\
then: cd test\app
4. create a virtual environment.
conda create --name my_env python=3.8
5. activate virtual environment
conda activate my_env
6. To run the program please run below command in the prompt.
pip install -r requirements.txt
7. Run program by using below command.
python app.py
8. To run pyinstaller command you have to download pyinstaller module so please run below command before build.
pip install pyinstaller
9. To build program please use this command:
pyinstaller app.py --add-data L2-easy.ico;. --add-data alarm.mp3;. --add-data config.yaml;. --add-data tessdata;tessdata --add-data LexActivator.dll;. --add-data product_v5b67c9c8-4094-4f55-b3d3-fd1227899e1a.dat;. -w --clean -y --name L2-easy --icon=L2-easy.ico --windowed
NOTE:
make sure you put product.dat file in the same level as app.py
File name of the product.dat:
product_v5b67c9c8-4094-4f55-b3d3-fd1227899e1a.dat
10. Once activated, then the activation window doesn't appear when open program later.
here is a license key.
License Key: 32B010-956CC4-42D3B1-4FE4D2-072630-5E467D
========== Requirements ==========
- Minimum Requirements
Operating System:
Windows 8, Windows 8.1, Windows 10
Processor:
Intel Core i5 and above (such as Intel Core i7, or Intel Core i9) OR the following or above from AMD: Ryzen, Athlon 3000, Athlon PRO, or A-Series PRO
Memory:
4 GB
- Recommanded Requirements
Operating System:
Windows 10 (64bit)
Processor:
Intel Core i7 or above
Memory:
8 GB