Skip to content

Commit dc8f059

Browse files
committed
added all scripts to bin folder
1 parent 1ae857e commit dc8f059

16 files changed

+7
-7
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OS X, Linux and Windows:
1313

1414
```bash
1515
git clone https://github.com/Logan1x/Python-Scripts.git
16-
cd Python-Scripts
16+
cd Python-Scripts/bin
1717
```
1818

1919
## Usage
@@ -22,7 +22,7 @@ This script tells you the amount of memes in your facebook feed
2222

2323

2424
```bash
25-
pip install memedensity
25+
pip install memedensity
2626

2727
memedensity
2828
```
@@ -39,16 +39,16 @@ python facebook-auto-post.py
3939
```
4040

4141
### Locate Me
42-
Run this script and it will locate you.
42+
Run this script and it will locate you.
4343

44-
This will tell you your
44+
This will tell you your
4545

4646
1. City
4747
2. Region
4848
3. Country
4949
4. Latitude & Longitude.
5050
5. Your Internet Service Provider
51-
51+
5252

5353
This uses [Checkip](http://checkip.dyndns.com/) and [ipinfo.io](http://ipinfo.io/developers).
5454

@@ -96,9 +96,9 @@ In case your browser stoped working delete/comment the following line in the scr
9696
`os.system("TASKKILL /F /IM " + brow + ".exe")`
9797

9898

99-
### Blog Reader
99+
### Blog Reader
100100

101-
Blog Reader is the terminal reader that scrapes the article from [planet dgplug](http://planet.dgplug.org/) and displays it on the terminal.
101+
Blog Reader is the terminal reader that scrapes the article from [planet dgplug](http://planet.dgplug.org/) and displays it on the terminal.
102102

103103
It seprates the content accrding to the screen size.
104104

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)