Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 4920b29

Browse files
authored
Add files via upload
1 parent 0b9a3fb commit 4920b29

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import PyInstaller.__main__
2+
3+
PyInstaller.__main__.run([
4+
'--name=Instagram Bot',
5+
'-F',
6+
'--icon=favicon.ico',
7+
'Instagram_bot.py',
8+
])
14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)