Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akusarma/kivy_initiator

it does the initial work of creating a new kivy project for kivy 2
https://github.com/akusarma/kivy_initiator

kivy kivy-framework kivy-initiator kivy-workflow python-3 python-gui trending trending-repositories trending-topics workflow

Last synced: 27 days ago
JSON representation

it does the initial work of creating a new kivy project for kivy 2

Awesome Lists containing this project

README

        

#

kivy_initiator


It does the initial work of creating a new kivy project.

```bash
git clone https://github.com/AkuSarma/kivy_initiator.git
cd kivy_initiator
python main.py --n name --p path
```
**What 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.



# Contribution

Everyone is welcomed to contribute to this project. You can contribute either by submitting bugs or suggesting improvements by opening an [issue on GitHub](https://github.com/AkuSarma/kivy_initiator/issues). You can also open a [pull request](https://github.com/AkuSarma/kivy_initiator/pulls) if you can fix any of the bug you found or is already mentioned in open issues

# License

This project is licensed under the [MIT License](https://github.com/AkuSarma/kivy_initiator/blob/main/LICENSE) .