Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/palwisha-18/to-do-app-desktop-gui

Desktop Application for To-Do App in Python
https://github.com/palwisha-18/to-do-app-desktop-gui

pysimplegui python

Last synced: 4 days ago
JSON representation

Desktop Application for To-Do App in Python

Awesome Lists containing this project

README

        

# To-Do App Desktop GUI

This is a simple desktop application for managing to-do lists. It allows users to add, view, and remove items from their to-do lists using a graphical user interface (GUI).

## Requirements

This application requires Python 3.5 or higher to be installed on your system, as well as the following packages:

- PySimpleGUI

You can install these packages using pip, the Python package installer:

```
pip install pysimplegui
```

## Usage

To use the application, download the repository and navigate to the directory in your terminal. Run the following command to launch the app:

```
python todo_gui.py
```

The app will display a window with the following options:

1. View To-Do List
2. Add Item to To-Do List
3. Remove Item from To-Do List

Select the appropriate option to perform the desired action.

## Contributing

Contributions to this project are welcome! If you have any suggestions or improvements, please feel free to submit a pull request.