Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josiah-mbao/temperature-converter

Desktop app made with python and Tkinter
https://github.com/josiah-mbao/temperature-converter

tkinter-gui

Last synced: 6 days ago
JSON representation

Desktop app made with python and Tkinter

Awesome Lists containing this project

README

        

# Temperature Converter

This is my simple temperature converter GUI application built using Tkinter in Python.

## Live Demo
![code ouput](Output.png)

## Usage

1. Clone the repository:

```bash
git clone https://github.com/josiah-mbao/temperature-converter.git
cd temperature-converter
```

2. Install the required dependencies:

```bash
pip install -r requirements.txt
```

3. Run the application:

```bash
python main.py
```

4. Use the GUI to enter the temperature in Celsius and click the "Calculate" button. The equivalent temperature in Fahrenheit will be displayed.

## Dependencies

Make sure you have the required Python packages installed. You can install them using the provided `requirements.txt` file:

```bash
pip install -r requirements.txt

Note: If you come across any issues on MacOS, try the following command:
"brew install [email protected]" . Replace "@3.12", with your python version.