Skip to content

Commit 3e329ef

Browse files
committed
Deleted Images
1 parent 7543503 commit 3e329ef

16 files changed

Lines changed: 34 additions & 11 deletions

File tree

BITCOIN-price-tracker/1.png

-5.14 KB
Binary file not shown.

BITCOIN-price-tracker/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
# Get Real Time BITCOIN Price
2-
Python script that show's BITCOIN Pricr
2+
3+
Python script that show's BITCOIN Price
4+
35
# Packages Used
6+
47
1. bs4
58
2. requests
69
# How to run
10+
711
**1.** Fork [this](https://github.com/avinashkranjan/Amazing-Python-Scripts) repository.
812
**2.** Clone your forked copy of the project.
9-
```
13+
14+
```bash
1015
git clone https://github.com/<your_user_name>/Amazing-Python-Scripts.git
1116
```
17+
1218
Navigate to the project directory.
19+
1320
```bash
1421
cd Amazing-Python-Scripts/avinashkranjan/Amazing-Python-Scripts
1522
```
1623
# And here you go
17-
![](https://github.com/pritamp17/Amazing-Python-Scripts/blob/bitcoin/BITCOIN-price-tracker/1.png?raw=true)
24+
25+
[![1.png](https://i.postimg.cc/QxmBrxry/1.png)](https://postimg.cc/Yh426706)
26+
1827
# Author
28+
1929
[Pritam Pawar](https://github.com/pritamp17)

Distance-Calculator-GUI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This app calculates distance between two geo-locations.
1010

1111
cd .\Distance-Calculator-GUI\
1212
13-
- Install requirememnts
13+
- Install requirements
1414

1515
pip install requirements.txt
1616
@@ -20,7 +20,7 @@ This app calculates distance between two geo-locations.
2020
2121
# Screenshot
2222

23-
![](screenshot/capp.png)
23+
[![capp.jpg](https://i.postimg.cc/QtqDWCSL/capp.jpg)](https://postimg.cc/dkDpbqzn)
2424

2525
# Author
2626
[Aayush Garg](https://github.com/Aayush-hub)
-17.6 KB
Binary file not shown.

Get-Wifi-Password/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ cd Amazing-Python-Scripts/python/Get-Wifi-Password
1919
```bash
2020
python finder.py
2121
```
22-
![](https://github.com/pritamp17/Amazing-Python-Scripts/blob/wifi1/Get-Wifi-Password/ss/final-1.jpg?raw=true)
22+
23+
![](https://i.postimg.cc/tTBfjx2g/final-1.jpg)
2324

2425
# And here you go
25-
![](https://github.com/pritamp17/Amazing-Python-Scripts/blob/wifi1/Get-Wifi-Password/ss/final-2.jpg?raw=true)
26+
27+
![](https://i.postimg.cc/wM3rTjGQ/final-2.jpg)
2628

2729
# Author
2830
[Pritam Pawar](https://github.com/pritamp17)

Get-Wifi-Password/ss/final-1.jpg

-63.6 KB
Binary file not shown.

Get-Wifi-Password/ss/final-2.jpg

-45.5 KB
Binary file not shown.

Github_Bomb_Issues/Output.jpeg

-33.7 KB
Binary file not shown.

Github_Bomb_Issues/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This python script bombs specified number of issues on a Github Repository.
2020

2121
***A demo:***
2222

23-
<img align="center" alt="GIF" src="https://github.com/Ayush7614/Amazing-Python-Scripts/blob/master/Github_Bomb_Issues/Output.jpeg" />
23+
[![Output.jpg](https://i.postimg.cc/wBWPZ4cw/Output.jpg)](https://postimg.cc/947Jqpk9)
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Instagram Profile Pic Downloader
22

33
## Use this command to add instaloader
4-
`pip3 install instaloader`
4+
5+
```bash
6+
pip3 install instaloader
7+
```
58

69
## Steps to Follow:
710

@@ -10,3 +13,11 @@
1013
- Enter the username
1114

1215
- You will find the profile picture in the same folder as of the python script
16+
17+
## Results
18+
19+
![](https://i.postimg.cc/sXMPMG3x/Capture.png)
20+
21+
![](https://i.postimg.cc/5yvw3cYM/Capture1.png)
22+
23+
![](https://i.postimg.cc/MTg7VZGD/Capture3.png)

0 commit comments

Comments
 (0)