Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akusarma/kivy_initiator
- Owner: AkuSarma
- License: mit
- Created: 2020-12-14T15:39:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T07:26:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T06:44:26.975Z (2 months ago)
- Topics: kivy, kivy-framework, kivy-initiator, kivy-workflow, python-3, python-gui, trending, trending-repositories, trending-topics, workflow
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) .