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

All the python functions can run on kivy #1567

Closed
manhnt27 opened this issue Jan 5, 2019 · 3 comments
Closed

All the python functions can run on kivy #1567

manhnt27 opened this issue Jan 5, 2019 · 3 comments

Comments

@manhnt27
Copy link

manhnt27 commented Jan 5, 2019

Can all of the Python functions work with Kivy, especially some GUIs for windows?

@ghost
Copy link

ghost commented Jan 12, 2019

What specifically do you have in mind? If you don't use complex or native code external libraries, or access more obscure/platform-specific parts of the standard library (like, let's say, curses for terminal formatting) then everything should work. E.g. the kivy widgets you use on windows also work on Android. But e.g. if your own code expects certain file paths to be around that don't exist on android then you could have issues.

It really depends, but basically yes, your kivy UI should work the same on Android

@manhnt27
Copy link
Author

manhnt27 commented Jan 13, 2019 via email

@ghost
Copy link

ghost commented Jan 15, 2019

@manhsv2017 is it ok if I close this for now? I'll do so, but I can reopen if there's anything else. also feel free to drop by on discord if you have questions

@ghost ghost closed this as completed Jan 15, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant