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

Build for Mac and Linux #6

Open
datavorous opened this issue Sep 4, 2024 · 8 comments
Open

Build for Mac and Linux #6

datavorous opened this issue Sep 4, 2024 · 8 comments
Assignees
Labels
assigned good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@datavorous
Copy link
Owner

Build binaries for Mac and Linux
Test if it works on both

@datavorous datavorous added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 4, 2024
@memyselfandglitch
Copy link

Hello, while I was trying to set up the project locally I noticed Winsound isn't compatible with Linux or Mac (I use MacOS) so could I go ahead and make changes in the project to check the platform and if it is not windows then use an alternative of Winsound.

@datavorous
Copy link
Owner Author

@memyselfandglitch yes that would be great!

@memyselfandglitch
Copy link

I am kind of struggling with the threading part. Although it works really well on Windows on Mac there are a lot of issues related to the accessibility of keyboards and key blocking. Is it alright if I make the MacOS part synchronous and Windows would still continue to function the way it is. I have tried to solve it through every way I can think of.

@datavorous
Copy link
Owner Author

Is it alright if I make the MacOS part synchronous and Windows would still continue to function the way it is.

Yes. @memyselfandglitch

@SShubham1
Copy link

@memyselfandglitch I am on Linux and the error in threading is coming because flaskwebgui can't the browser command as specified in site-packages/flaskwebgui.py, a workaround could be making soft link of browser command to the respective location in flaskwebgui.py. Keyboard is causing error as it requires sudo a possible workaround would be using pynput module. You can checkout some changes that I did.

@AnshumanNeon
Copy link

@memyselfandglitch @datavorous how much progress is there on mac, i can help in a few small things. I'm on an old version of mac (10.15 catalina) so that can help for accessibility across multiple mac versions

@datavorous
Copy link
Owner Author

@AnshumanNeon 0 progress apparently, others ghosted
u can take over this issue if u please

@AnshumanNeon
Copy link

I haven't done much python dev. and also i'm busy these days. I was talking more about testing things. maybe when I get free i will work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants