Skip to content

Commit 73347ae

Browse files
author
TKS
committedApr 5, 2023
new images
1 parent 1153532 commit 73347ae

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed
 

‎images/fish.jpg

209 KB
Loading

‎rat.jpg ‎images/rat.jpg

File renamed without changes.

‎readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Both Web and Command Line usage
99

1010
</br>
1111

12-
![web](/web.jpg)
12+
![fish](/images/fish.jpg)
1313

1414

1515

@@ -107,13 +107,13 @@ python3 Main.py https://your-image-url.jpeg -w 150 -ht 50
107107
Terminal
108108

109109
```bash
110-
python3 Main.py rat.jpg -w 50 -ht 25
110+
python3 Main.py images/rat.jpg -w 50 -ht 25
111111
```
112112
</br>
113113

114114
Output image to a file
115115
```bash
116-
python Main.py rat.jpg -w 80 -o output.txt
116+
python3 Main.py images/rat.jpg -w 80 -o output.txt
117117
```
118118

119119
</br>
@@ -128,7 +128,7 @@ Supports
128128
ICO: .ico
129129
WebP: .webp
130130

131-
![Rat Image](/rat.jpg)
131+
![Rat Image](/images/rat.jpg)
132132

133133
```bash
134134

‎templates/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
78
<title>ASCII Art Generator</title>
89
<style>
910
body {

‎web.jpg

-13.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.