It does the initial work of creating a new kivy project.
git clone https://github.com/AkuSarma/kivy_initiator.git
cd kivy_initiator
python main.pyWhat it does
- At first it will ask you the name of the project and the directory in which you want to create the project
- If left blank set the name to kivy_initiator and take the current working directory as the project path.
- Then it will create a folder there with the name of your project
- Which contains two files namely main.py and name.kv(name = name of your project).
- Both the files will contain the initial required imports that are common in all the kivy projects.
Everyone is welcomed to contribute to this project. You can contribute either by submitting bugs or suggesting improvements by opening an issue on GitHub. You can also open a pull request if you can fix any of the bug you found or is already mentioned in open issues
This project is licensed under the MIT License .