Skip to content

theproguy-coder/kivy_initiator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kivy_initiator

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.py

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. You can also open a pull request 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 .

About

it does the initial work of creating a new kivy project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%