Skip to content

Commit d2c52e3

Browse files
committed
create exe file
1 parent 92e743a commit d2c52e3

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Whitespace-only changes.

clipboard.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
def copy_to_clipboard(text: str):
44
pyperclip.copy(text)
5+
6+

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ def on_screenshot_complete(self):
4545
root = tk.Tk()
4646
app = SnippingTool(root)
4747
root.mainloop()
48+
49+
50+

requirements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
altgraph==0.17.4
2+
EasyProcess==1.1
3+
entrypoint2==1.1
4+
fontawesome-free==5.15.4
5+
mss==9.0.1
6+
packaging==24.1
7+
pefile==2023.2.7
8+
pillow==10.3.0
9+
pyinstaller==6.8.0
10+
pyinstaller-hooks-contrib==2024.7
11+
pyperclip==1.9.0
12+
pyscreenshot==3.1
13+
pytesseract==0.3.10
14+
pywin32-ctypes==0.2.2
15+
setuptools==70.1.1
16+
simpleicons==7.21.0
17+
-e git+https://github.com/syj7421/snap-ocr.git@92e743a0daa36892f384590709f5d51818fa4c69#egg=snap_ocr

0 commit comments

Comments
 (0)