You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,28 @@
9
9
10
10
This repository holds a curated list of Python scripts which aim to help us automate daily and common tasks. You can pick up any of these scripts on demand to help you with the automation of your common routine tasks. All the scripts in this repository can be found under the `scripts` directory and have been contributed by our generous contributors.
11
11
12
+
## Install any script using gpscript command
13
+
14
+
First of all install gpscript
15
+
```
16
+
git clone https://github.com/ujjwalkar0/gpscript
17
+
18
+
cd gpscript
19
+
20
+
python setup.py install
21
+
22
+
```
23
+
List of all script (Only those packages are in packages.json will shown here.)
24
+
25
+
```
26
+
gpscript list
27
+
```
28
+
Install a script
29
+
```
30
+
gpscript install <package_name>
31
+
```
32
+
33
+
12
34
## How to contribute
13
35
14
36
Our repository accepts all kinds of contributions. Before making a contribution please make sure you have gone through our [contributing guidelines](https://github.com/GDSC-RCCIIT/General-Purpose-Scripts/blob/main/.github/CONTRIBUTING.md).
0 commit comments