https://github.com/aira-e/fruit-vending-machine
A 𝐆𝐫𝐚𝐩𝐡𝐢𝐜𝐚𝐥 𝐔𝐬𝐞𝐫 𝐈𝐧𝐭𝐞𝐫𝐟𝐚𝐜𝐞 made in Python Tkinter that simulates the operation of a real-world vending machine where users can select and purchase fruits.
https://github.com/aira-e/fruit-vending-machine
data-structures-and-algorithms graphical-user-interface python-tkinter vending-machine
Last synced: 27 days ago
JSON representation
A 𝐆𝐫𝐚𝐩𝐡𝐢𝐜𝐚𝐥 𝐔𝐬𝐞𝐫 𝐈𝐧𝐭𝐞𝐫𝐟𝐚𝐜𝐞 made in Python Tkinter that simulates the operation of a real-world vending machine where users can select and purchase fruits.
- Host: GitHub
- URL: https://github.com/aira-e/fruit-vending-machine
- Owner: aira-E
- Created: 2024-06-09T03:06:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:07:12.000Z (11 months ago)
- Last Synced: 2025-02-01T20:28:18.078Z (3 months ago)
- Topics: data-structures-and-algorithms, graphical-user-interface, python-tkinter, vending-machine
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Tkinter Vending Machine Simulation
----------
Welcome to the Python Tkinter Vending Machine Simulation! 🍏🍌🍊##Overview
This project simulates the operation of a real-world vending machine where users can select and purchase fruits. It provides a graphical user interface (GUI) built using Python's Tkinter library, allowing users to interact with the vending machine easily.
## Features
- **Fruit Selection**: Users can view a list of available fruits and select the ones they want to purchase.
- **Payment**: The vending compute your payment and give a change if any.
- **User-Friendly Interface**: The GUI provides an intuitive interface for users to navigate and interact with the vending machine.## Installation
To run the Python Tkinter Vending Machine Simulation locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/vending-machine.git
```2. **Navigate to the project directory**:
```bash
cd vending-machine
```3. **Install dependencies** (if applicable):
```bash
pip install -r requirements.txt
```4. **Run the application**:
```bash
python main.py
```## Usage
1. Launch the application by running `VendingFruitMachine.py`.
2. Use the graphical interface to select fruits.
3. Input your payment.
4. Wait for your change.
5. Repeat transaction.## Contributing
We welcome contributions from the community. To contribute:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes and commit them (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a Pull Request.Please ensure your code adheres to our coding standards and includes relevant tests.
## Contact
For any questions, suggestions, or feedback, please contact me at:
- Email: [email protected]
- Socials: linktr.ee/airaestur