Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josiah-mbao/temperature-converter
- Owner: josiah-mbao
- Created: 2024-01-20T10:08:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T10:29:16.000Z (12 months ago)
- Last Synced: 2024-01-20T11:28:58.759Z (12 months ago)
- Topics: tkinter-gui
- Language: Python
- Homepage:
- Size: 6.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.txtNote: If you come across any issues on MacOS, try the following command:
"brew install [email protected]" . Replace "@3.12", with your python version.