What are step by step method to develop desktop application using python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are step by step method to develop desktop application using python ?

I want to develop face detection and expression recognition software using different algorithm like viola and Jones for face detection , local binary patterns and support vector machine. How do I proceed to do this using python ? what are packages and toolkit to I need ? please help !

6th Feb 2017, 4:01 AM
Bijay Uprety
Bijay Uprety - avatar
1 Answer
0
First you can code it in any python platform Then u can use 'tkinter' to create a user interface for your software To make it an executable file, you can download 'py2exe' software for the operaring system you are using...
4th Mar 2017, 7:30 PM
vishnu
vishnu - avatar