Skip to content

Commit 439fdfb

Browse files
authored
Create README.md
1 parent 5c11707 commit 439fdfb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# Weight Converter
3+
4+
This is a simple GUI script that lets you convert weight in Kg(s) to different Measurement units.
5+
6+
Made with Python using Tkinter module.
7+
8+
9+
10+
11+
# Modules
12+
13+
If not pre-installed, install tkinter using the following command:
14+
(Clone and move to the directory before installation)
15+
16+
```
17+
18+
pip install -r requirements.txt
19+
```
20+
21+
# Use
22+
23+
Simply run the script via terminal and use the GUI.
24+
25+
26+
## Demo
27+
28+
![Demo](https://i.imgur.com/cgoSfWP.png)

0 commit comments

Comments
 (0)