kengoon / Art

Art Collection Project with Kivy & KivyMD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Instructions


  • pip install https://github.com/kivymd/KivyMD/archive/refs/heads/master.zip
  • Watch the YouTube Video on how to setup the project using MVC pattern
  • The below commands should be run inside your project folder with the virtual environment activated
  • pip install kivy --pre --no-deps --index-url https://kivy.org/downloads/simple/
  • pip install "kivy[base]" --pre --extra-index-url https://kivy.org/downloads/simple/
  • finally inside your project folder, make sure the virtual environment is activated and then run pip install -r requirement.txt

About

Art Collection Project with Kivy & KivyMD


Languages

Language:Python 88.0%Language:kvlang 12.0%