A simple command-line shopping list application built with Python.
- Add items to the shopping list
- Remove items from the list
- Display all items
- Clear the list
- Save data using a JSON file
shopping_list_python/
│
├── main.py # Main application
├── list.json # Stores the shopping list
└── README.md # Project documentation
- Clone the repository
git clone https://github.com/yourusername/shopping_list_python.git
- Go to the project folder
cd shopping_list_python
- Run the program
python main.py
- Python
- JSON
- File handling
This project was built to practice:
- Python basics
- Lists
- Loops
- File handling
- JSON storage
Made by Aliou with ❤️ using Python.
PEACE