Home

Awesome

Wish 🌟

GitHub GitHub last commit

A delightful wish list manager to keep track of your dreams and desires! ✨

Description

Wish is a Python-based application built using Typer and Rich libraries. It serves as a wishlist manager that allows you to add, delete, and modify wishes. You can categorize wishes and mark them as completed or pending.

Features

Usage

Installation

  1. Clone the repository:

    git clone https://github.com/username/repository.git
    
  2. Install dependencies:

    pip install -r requirements.txt
    

Commands

Example Usage

Adding a Wish

wish add "Trip to Paris" "Travel"

Deleting a Wish

wish delete "Trip to Paris"

Modifying a Wish Property

wish set "Trip to Paris" "completed" "Yes"

Listing Wishes

wish list --sort --all

Contributing

Feel free to contribute by opening issues or submitting pull requests. Your input is highly appreciated! 🙌

License

This project is licensed under the MIT License.