Skip to content

A simple todo-list app using PySimpleGUI for the desktop version, and streamlit for the web version

Notifications You must be signed in to change notification settings

angeljmercado/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-list-app

A simple todo-list app using PySimpleGUI for the desktop version, and streamlit for the web version

  • Install the library pyinstaller to create an executable for the desktop gui, pyinstaller --onefile todos_gui.py

  • For the web version, just make sure streamlit is installed and run streamlit run todos_web.py in the command line interface

About

A simple todo-list app using PySimpleGUI for the desktop version, and streamlit for the web version

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages