Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e6c833

Browse files
Merge pull request avinashkranjan#411 from AnandD007/master
Added README.md files to Some Scripts
2 parents d185e49 + c9a576d commit 4e6c833

File tree

9 files changed

+146
-0
lines changed

9 files changed

+146
-0
lines changed

‎Amazon-Price-Tracker/README.MD

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<h1 align="center"> Amazon Price Tracker</h1>
2+
Tracks the current given product price.
3+
4+
---------------------------------------------------------------------
5+
6+
## Modules Used
7+
- requests
8+
- bs4 (BeautifuSoup)
9+
- time
10+
- smtplib
11+
12+
[requirements.txt]()
13+
<hr>
14+
15+
## How it works
16+
- By providing the User agent name and URL of the product that you want to track and buy and then it scrap the web and it
17+
tracks your product price.
18+
19+
- It returns The Tracking price of your product and it sends email when your product price decreases
20+
at best least price.
21+
22+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎BMI-Calculator-GUI/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<h1 align="center">BMI GUI Calculator</h1>
2+
Calculates Your Body Mass Index for your health fitness.
3+
4+
---------------------------------------------------------------------
5+
6+
## Modules Used
7+
- tkinter
8+
9+
## How it works
10+
- It takes the given your Weight (kg) and Height (mts) as input.
11+
12+
- It calculates the given input.
13+
14+
- It returns Body Mass Index value, So you can check your health by the help of BMI chart.
15+
16+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎Binary-Calculator-GUI/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<h1 align="center">Binary Calculator GUI</h1>
2+
A GUI based Standard Binary number calculator.
3+
4+
---------------------------------------------------------------------
5+
6+
## Modules Used
7+
- tkinter
8+
9+
## How it works
10+
- It takes the input through a GUI binary number with mathematical signs.
11+
12+
- Calculates the binary number.
13+
14+
- It Returns the result in a binary number.
15+
16+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎Calculator-GUI/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<h1 align="center">Calculator (GUI)</h1>
2+
It is GUI based calculator used to calculate any simple mathematical equation.
3+
4+
---------------------------------------------------------------------
5+
6+
## Modules Used
7+
- tkinter
8+
## How it works
9+
- It takes the mathematical equation by the User.
10+
11+
- It returns the result of the mathematical equation.
12+
13+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎Calculator/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h1 align="center">Calculator</h1>
2+
It is used to calculate any simple mathematical equation.
3+
4+
---------------------------------------------------------------------
5+
6+
## How it works
7+
- It takes the mathematical equation by the User.
8+
9+
- It returns the result of the mathematical equation.
10+
11+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎Convert2jpg/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<h1 align="center">Convert 2 JPG</h1>
2+
It converts any photo format to JPG format photo.
3+
4+
---------------------------------------------------------------------
5+
6+
## Modules Used
7+
- os
8+
- sys
9+
- PIL
10+
## How it works
11+
- This is a script which converts photos to jpg format.
12+
13+
- If you want to run it the command is :
14+
<br><code>$ convert2jpg test.png</code>
15+
16+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎Screen-Recorder/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<h1 align="center">URL Shortner</h1>
2+
3+
#### It records the computer screen.
4+
5+
---------------------------------------------------------------------
6+
7+
## Modules Used
8+
- time
9+
- PIL
10+
- numpy
11+
- cv2
12+
## How it works
13+
- While Running the script it captures the screen frames.
14+
15+
- Then it returns the screen record with realtime changes.
16+
### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎URL-Shortener-GUI/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h1 align="center">URL Shortner GUI</h1>
2+
GUI based It shortens your given website URL.
3+
4+
---------------------------------------------------------------------
5+
6+
## Modules Used
7+
- pyshorteners
8+
- clipboard
9+
- tkinter
10+
11+
## How it works
12+
- It takes the given your website URL as input.
13+
14+
- It shortens the given URL.
15+
16+
- It Returns the shortened URL in the output.
17+
18+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

‎URL-Shortener/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
<h1 align="center">URL Shortner</h1>
3+
It shortens your given website URL.
4+
5+
## Modules Used
6+
- pyshorteners
7+
8+
## How it works
9+
- It takes the given your website URL as input.
10+
11+
- It shortens the given URL.
12+
13+
- It Returns the shortened URL in the output.
14+
115
# Url Shortener
216

317
Long URLs are not easy to handle, they are more manageable. Your URLs should be short and sweet. That’s because long URLs confuse Google and other search engines. Short Urls are easy to share, and they can help to track and compile click data(One of the reasons that bit.ly has received so much attention lately).
@@ -8,3 +22,7 @@ Here's a demo of how to use the url-shortener.py script:
822

923
![alt text](working.JPG)
1024

25+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)
26+
27+
28+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /