Skip to content

Just another basic reloader of .kv files to help you to learn Kivy Language syntax

License

Notifications You must be signed in to change notification settings

kivy-school/kivy-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kivy-viewer

Just another basic reloader of .kv files to help you learn Kivy Language syntax.

The implementation is not optimal and is intended only for learning purposes.

Reloader.2024-07-08.04-10-10.mp4

How to use it

  1. git clone https://github.com/kivy-school/kivy-viewer
  2. cd kivy-viewer
  3. poetry install
  4. poetry shell
  5. python main.py

Explanation of the steps:

Step 1: Clone the repository

git clone https://github.com/kivy-school/kivy-viewer

Step 2: Enter the directory

cd kivy-viewer

Step 3: Install the dependencies

poetry install

Step 4: Activate the virtual envinronment

poetry shell

Step 5: Run Kivy Viewer

python main.py

About

Just another basic reloader of .kv files to help you to learn Kivy Language syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published