Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyinstaller binaries and releases #33

Closed
amir16yp opened this issue Aug 14, 2024 · 4 comments
Closed

Pyinstaller binaries and releases #33

amir16yp opened this issue Aug 14, 2024 · 4 comments
Labels
feature Feature request

Comments

@amir16yp
Copy link
Contributor

I would consider creating single-file binaries with pyinstaller, and have github actions automatically publish nightly builds with each commit pushed to main. this would make it so users could just download a single binary for their system, whether its windows, linux or even intel macs, without tinkering with installing python and the dependencies which can be troublesome for a lot of non-programmers.

@daniil2327
Copy link
Contributor

I want to try to write a GUI for this project, and after that your idea can be done

@amir16yp
Copy link
Contributor Author

I want to try to write a GUI for this project, and after that your idea can be done

a gui shouldnt be too hard. just wrapping the command around qt or tk.
on my fork i am testing pyinstaller build workflows for the CLI.

@daniil2327
Copy link
Contributor

I will write gui in tk because it is not complicated

@louis-e louis-e added the feature Feature request label Aug 16, 2024
@louis-e
Copy link
Owner

louis-e commented Aug 16, 2024

Gonna mention the binary release workflow PR just for reference here: #35
I'll keep this issue open for the GUI implementation.

@louis-e louis-e closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

3 participants