Skip to content

at8tech/shopping-list-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🛒 Shopping List Python

A simple command-line shopping list application built with Python.

📌 Features

  • Add items to the shopping list
  • Remove items from the list
  • Display all items
  • Clear the list
  • Save data using a JSON file

📂 Project Structure

shopping_list_python/
│
├── main.py       # Main application
├── list.json     # Stores the shopping list
└── README.md     # Project documentation

▶️ How to Run

  1. Clone the repository
git clone https://github.com/yourusername/shopping_list_python.git
  1. Go to the project folder
cd shopping_list_python
  1. Run the program
python main.py

🧠 Technologies Used

  • Python
  • JSON
  • File handling

🎯 Purpose

This project was built to practice:

  • Python basics
  • Lists
  • Loops
  • File handling
  • JSON storage

Made by Aliou with ❤️ using Python.

PEACE

About

Simple command-line shopping list manager built with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages