Skip to content

Commit c2c799b

Browse files
committed
Add license and src folder to readme
1 parent 4e7a582 commit c2c799b

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 milaan9
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,36 @@ SR No | Project
1818
13 | [countdown](https://github.com/OWNER2PLUSAI/mini_python_projects/tree/main/countdown)
1919
14| [ip Address tkinter](https://github.com/OWNER2PLUSAI/mini_python_projects/tree/main/ip%20Address%20tkinter)
2020
15| [Marker Generator](https://github.com/OWNER2PLUSAI/mini_python_projects/tree/main/Marker_generator)
21-
16| [Random PassWord Genrator](https://github.com/OWNER2PLUSAI/mini_python_projects/tree/main/Random%20PassWord)
21+
16| [Random PassWord Genrator](https://github.com/OWNER2PLUSAI/mini_python_projects/tree/main/Random%20PassWord)
22+
23+
24+
25+
### How can I read this tutorial without an Internet connection? <img alt="GIF" src="https://github.com/TheDudeThatCode/TheDudeThatCode/blob/master/Assets/hmm.gif" width="20" />
26+
27+
1. Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) and click the big green ➞ **`Code`** button in the top right of the page, then click ➞ [**`Download ZIP`**](https://github.com/milaan9/91_Python_Mini_Projects/archive/refs/heads/main.zip).
28+
29+
![Download ZIP](Src/Code.png)
30+
31+
2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
32+
33+
3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them
34+
35+
**`Kernel > Restart & Clear Output`**
36+
37+
This will clear all the outputs and now you can understand each statement and learn interactively.
38+
39+
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
40+
41+
---
42+
43+
## Authors ✍️
44+
45+
I'm Dr. OMID Ebrahimi and I have written this tutorial. I am computer vision
46+
47+
If you like this tutorial, please [give it a ⭐ star](n).
48+
49+
---
50+
51+
## Licence 📜
52+
53+
You may use this tutorial freely at your own risk. See [LICENSE](./LICENSE).

Src/Code.png

31.5 KB
Loading

0 commit comments

Comments
 (0)