Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/palwisha-18/to-do-app-desktop-gui
- Owner: Palwisha-18
- Created: 2023-01-19T04:32:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T04:52:08.000Z (almost 2 years ago)
- Last Synced: 2023-05-15T05:21:13.345Z (almost 2 years ago)
- Topics: pysimplegui, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ListSelect 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.