Skip to content

Commit f652e15

Browse files
Merge pull request avinashkranjan#423 from vybhav72954/iss_418
Deleted Redundant .gitignores
2 parents 14215e5 + 3e329ef commit f652e15

File tree

24 files changed

+45
-31
lines changed

24 files changed

+45
-31
lines changed

.gitignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
### JetBrains template
32

43
# User-specific stuff
@@ -668,5 +667,15 @@ pip-selfcheck.json
668667

669668
### JupyterNotebooks template
670669

671-
672670
*/.ipynb_checkpoints/*
671+
672+
### User Added Files
673+
674+
geoip/
675+
/venv
676+
/__pycache__
677+
.idea/
678+
test.py
679+
Test/
680+
reddit_tokens.json
681+
scriptcopy.py

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)

Calculate-distance/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

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.

File-Change-Listen/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

File-Mover/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

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.

0 commit comments

Comments
 (0)