|
1 | | -# Product Name |
2 | | -> Short blurb about what your product does. |
| 1 | +# Python Script's |
| 2 | +> This Repo is a collection of Various python script's. |
3 | 3 |
|
4 | | -[![NPM Version][npm-image]][npm-url] |
5 | | -[![Build Status][travis-image]][travis-url] |
6 | | -[![Downloads Stats][npm-downloads]][npm-url] |
| 4 | +In this repo there are different kinds of python scripts for their respective uses.These all are open sourced and you can use them in any form for free. |
7 | 5 |
|
8 | | -One to two paragraph statement about your product and what it does. |
9 | | - |
10 | | - |
11 | 6 |
|
12 | 7 | ## Installation |
13 | 8 |
|
| 9 | +Make sure you've already git installed and then for |
| 10 | + |
14 | 11 | OS X & Linux: |
15 | 12 |
|
16 | 13 | ```sh |
17 | | -npm install my-crazy-module --save |
| 14 | +git clone https://github.com/Logan1x/Python-Scripts.git |
| 15 | +``` |
| 16 | +and then |
| 17 | +```sh |
| 18 | +python filename.py |
18 | 19 | ``` |
19 | 20 |
|
20 | 21 | Windows: |
21 | 22 |
|
22 | 23 | ```sh |
23 | | -edit autoexec.bat |
| 24 | +git clone https://github.com/Logan1x/Python-Scripts.git |
| 25 | +``` |
| 26 | +and then go to directory in which your file have and then |
| 27 | +```sh |
| 28 | +python filename.py |
24 | 29 | ``` |
25 | | - |
26 | | -## Usage example |
27 | | - |
28 | | -A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots. |
29 | | - |
30 | | -_For more examples and usage, please refer to the [Wiki][wiki]._ |
31 | 30 |
|
32 | 31 | ## Development setup |
33 | 32 |
|
34 | | -Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms. |
| 33 | +For development setup go to script directory and run |
35 | 34 |
|
36 | 35 | ```sh |
37 | | -make install |
38 | | -npm test |
| 36 | +pip install requiremnt.txt |
39 | 37 | ``` |
40 | 38 |
|
41 | 39 | ## Release History |
42 | 40 |
|
43 | | -* 0.2.1 |
44 | | - * CHANGE: Update docs (module code remains unchanged) |
45 | | -* 0.2.0 |
46 | | - * CHANGE: Remove `setDefaultXYZ()` |
47 | | - * ADD: Add `init()` |
48 | | -* 0.1.1 |
49 | | - * FIX: Crash when calling `baz()` (Thanks @GenerousContributorName!) |
50 | | -* 0.1.0 |
51 | | - * The first proper release |
52 | | - * CHANGE: Rename `foo()` to `bar()` |
53 | 41 | * 0.0.1 |
54 | 42 | * Work in progress |
55 | 43 |
|
56 | 44 | ## Meta |
57 | 45 |
|
58 | | -Your Name – [@YourTwitter](https://twitter.com/dbader_org) – YourEmail@example.com |
| 46 | +Khushal Sharma – [@Khushal](https://twitter.com/herkuch) – sharmakhushal78@gmail.com |
59 | 47 |
|
60 | 48 | Distributed under the XYZ license. See ``LICENSE`` for more information. |
61 | 49 |
|
62 | | -[https://github.com/yourname/github-link](https://github.com/dbader/) |
| 50 | +[https://github.com/Logan1x/](https://github.com/Logan1x/) |
63 | 51 |
|
64 | 52 | ## Contributing |
65 | 53 |
|
66 | | -1. Fork it (<https://github.com/yourname/yourproject/fork>) |
| 54 | +1. Fork it (<https://github.com/Logan1x/Python-Scripts/fork>) |
67 | 55 | 2. Create your feature branch (`git checkout -b feature/fooBar`) |
68 | 56 | 3. Commit your changes (`git commit -am 'Add some fooBar'`) |
69 | 57 | 4. Push to the branch (`git push origin feature/fooBar`) |
70 | 58 | 5. Create a new Pull Request |
71 | | - |
72 | | -<!-- Markdown link & img dfn's --> |
73 | | -[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square |
74 | | -[npm-url]: https://npmjs.org/package/datadog-metrics |
75 | | -[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square |
76 | | -[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square |
77 | | -[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics |
78 | | -[wiki]: https://github.com/yourname/yourproject/wiki |
0 commit comments