You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A: The executable is so big because it contains the python interpreter and all the dependencies. This is because I used [PyInstaller](https://www.pyinstaller.org/) to create the executable. I am currently looking into other ways to create the executable.
67
+
68
+
**Q: Why the installer?**
69
+
70
+
A: I used [Inno Setup](https://jrsoftware.org/isinfo.php) to create the installer. This is because I wanted to make the installation process as easy as possible. Also it makes uninstalling and starting the software on startup easier.
71
+
61
72
## Thanks to
62
73
63
74
-[wkentaro](https://github.com/wkentaro) for making [gdown](https://github.com/wkentaro/gdown)
0 commit comments