I am beginner to kivy, thought of doing one simple GUI for my project.
As i started with one python file and one kivy file, It worked fine. But now my plan is to make one complex GUI which, contains many lines of code and kivy file is growing large. So I thought of making separate modules of kivy (here making of kivy files separately and importing in one or more files) and thought to integrate with python file. I didn't find any relevant example / even GitHub repositories.
Please help me for above issue.
Thanks in advance.