https://github.com/anburocky3/fuel-cost-calculator-gui-py
Simple Fuel Cost Calculator made in Python with Tkinter lib.
https://github.com/anburocky3/fuel-cost-calculator-gui-py
Last synced: 7 months ago
JSON representation
Simple Fuel Cost Calculator made in Python with Tkinter lib.
- Host: GitHub
- URL: https://github.com/anburocky3/fuel-cost-calculator-gui-py
- Owner: anburocky3
- Created: 2023-12-10T10:42:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T10:45:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T12:18:13.941Z (7 months ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fuel Cost Calculator - GUI (Python)
Simple fuel cost calculator app made with Python and Python GUI library called Tkinter!
### Screenshots

> Work is still in progress!
### How to install?
1. Make sure you have python installed. You can check it by going into terminal like `python -v`
2. [Fork this repository](https://github.com/anburocky3/fuel-cost-calculator-gui-py) and run the following commands.
3. Install the dependencies using ```pip install```
4. Run the project using `python main.py`### License: MIT
### Authors:
- Anbuselvan Rocky [https://fb.me/anburocky3](https://fb.me/anburocky3)