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.
- Host: GitHub
- URL: https://github.com/busra-deveci/fruitpricereader-project
- Owner: Busra-Deveci
- Created: 2025-02-03T22:30:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-24T22:25:15.000Z (about 1 year ago)
- Last Synced: 2025-08-07T04:51:28.089Z (11 months ago)
- Topics: csv-processing, data-reading, dictionary-handling, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.