Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Table of Contents

About

Simple todo app to keep track of your tasks. This was built as a learning project to get familiar with GUI, and in particular, FreeSimpleGUI library. Along side, I also built a simplier version for webapp using streamlit library.

In the 'Side_apps' folder, I've also included simple GUI projects that I used to learn the library. One app that compresses files, one that convert feet to meters, and one that takes images from own library or using the built-in webcam, and convert them to grayscales.

Getting Started

All these projects are mostly using standard python libraries, except for the GUI libraries. To store the todos, a todos.txt file will be created in the same directory as the app.

Installing

If you want to run the todo_app, you need to install the FreeSimpleGUI library.

pip install FreeSimpleGUI

If you want to run the webapp version of the todo_app, you need to install the streamlit library.

pip install streamlit

The other apps in the 'Side_apps' folder are using standard libraries, but will also require either the FreeSimpleGUI or the streamlit libraries.

Usage

The apps are self-explanatory, but I will give a brief overview of each app.

  • Add a task to the todo list
  • Edit a task in the todo list
  • Delete a task from the todo list

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages