Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 768 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 768 Bytes

Todo App (Eel Tutorial)

Demo Todo desktop app created using Python and eel

ADD VIDEO LINK

Installation

Open terminal and type the following command

git clone https://github.com/visheshdvivedi/Eel-Tutorial

Once downloaded, go to the downloaded folder, open command prompt there and type\

pip install -r requirements.txt

Usage

In order to run the program, type

python main.py

To get more info, check out my