We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c11707 commit 439fdfbCopy full SHA for 439fdfb
CONVERSION SCRIPTS/Weight Converter/README.md
@@ -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
+
0 commit comments