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

https://github.com/busra-deveci/fruitpricereader-project

A Python script that reads fruit names and prices from fruits.csv and outputs them in a dictionary format.
https://github.com/busra-deveci/fruitpricereader-project

csv-processing data-reading dictionary-handling python

Last synced: 10 months ago
JSON representation

A Python script that reads fruit names and prices from fruits.csv and outputs them in a dictionary format.

Awesome Lists containing this project

README

          

# FruitPriceReader Project
This Python script reads fruit names and their prices from the `fruits.csv` file and outputs them in the form of a Python dictionary.

## Features
- Reads fruit names and prices from the `fruits.csv` file.
- Outputs the data as a Python dictionary.

## Technologies Used
- Python

## Installation and Usage
1. Clone the repository:
```bash
git clone https://github.com/Busradeveci/FruitPriceReader-Project.git
```

2. Run the `main.py` script:
```bash
python main.py
```

3. The program will read the data from the `fruits.csv` file and create a dictionary containing the fruit names and their prices.

## Contributing
To contribute, fork the repository and submit a pull request with your changes.