Skip to content

This is a simple weight converter application built using PyQt5 that converts pounds to kilograms.

License

Notifications You must be signed in to change notification settings

code-with-dhruv/weightConverter_pyqt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weight Converter This is a simple weight converter application built using PyQt5 that converts pounds to kilograms.

Getting Started To use this application, you will need Python 3 and PyQt5 installed on your computer. If you do not have PyQt5 installed, you can install it using pip:

Copy code pip install pyqt5 Once you have installed the necessary dependencies, you can run the application by running the weight_converter.py file:

Copy code python weight_converter.py How to Use When you run the application, a window will appear with a text box to enter the weight in pounds, a text box to display the converted weight in kilograms, and a button to initiate the conversion.

To use the application, follow these steps:

Enter the weight in pounds in the first text box. Click the "Convert" button. The converted weight in kilograms will be displayed in the second text box. You can continue to enter weights and convert them until you close the application window.

Troubleshooting If you encounter any issues while using the application, please check that you have entered a valid weight in pounds (i.e., a positive number). If you continue to experience issues, please report them to the application developer.

License This application is released under the MIT license. See LICENSE.md for more details.

About

This is a simple weight converter application built using PyQt5 that converts pounds to kilograms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages