Skip to content

Fayzan-Bhatti/Build-A-Drawing-Application-With-Python-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Build-A-Drawing-Application-With-Python-2021

Creating a Drawing App in kivy

What is kivy??

Kivy is a platform-independent GUI tool in Python. As it can be run on Android, IOS, Linux and Windows, etc. It is basically used to develop the Android application, but it does not mean that it cannot be used on Desktop applications.

Drawing App:

In this tutorial, we are going to create a simple drawing App with the help of kivy initially we are just making a canvas and a paintbrush so that by moving the cursor you can just feel like a drawing Application. The widgets are added dynamically. We are using widgets, layout, random to make it good.

Pre requirement:(In Windows)

pip install kivy

For any query contact me:

[email protected]

YouTube Video Link

https://youtu.be/2FXeYQeMgQ4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages