I have an application in python .How can i create its Android build(apk file). I have no idea how to do this job.Please comment if you have done this. It is a application based on python and opencv related to the image processing.
            Asked
            
        
        
            Active
            
        
            Viewed 8,524 times
        
    1 Answers
12
            have you heard about kivy ?
Here you can find git project and documentation how to do this job
one more sample
 
    
    
        anna_manzhula
        
- 326
- 2
- 10
- 
                    Is it like possible to make android apps from something like Pyglet? – Is_this_my_username Dec 11 '20 at 18:13
- 
                    "pyglet works on Windows, OS X and Linux", so it's not possible. source https://pyglet.readthedocs.io/en/latest/ – anna_manzhula Jan 13 '21 at 10:29
