Ankit.

Welcome !! To my website

<> Get Set Code... <>

HTML

HTML is generally known as a markup language and its been very popular for creating websites and other components.

Learn More

Python

Python has become the most famous language thisdays. It can be used for developing different technological fields.

Learn More

Artificial Intelligence

A.I has become one of the most important topic of discussion now a days and as per studies it will reshape our future.

Learn More
>

CSS

The CSS also known as cascading stylesheet is used for the designing of the website it's one of the fundemental topics in the field of webdevelopment.

Learn More

Competetive Programming

Competetive Programming has been a famous topic now a days people have started focusing on this topic because it's the entry path to the FAANG companies.

Learn More

Javascript

Javascript is the most important tool used while building websites and games.All the movements of the different compononents occur because of its different functionality.

Learn More
My Certification Section

Projects Photo Gallery

So this is my projects gallery and here are the projects introduction and some images related to it. If you are interested to know more about them then just scroll down.

gallery

THE JARVIS

J.A.R.V.I.S

Yes,it's the jarvis which is a fully functional A.I assistant and it's designed using Python and it's different modules and Algorithms .

gallery

THE PARSER

The HTML PARSER

It's the Html parser designed using python it's feature is to show all the tags and data when it's feeded with Raw Html Data.

gallery

THE TIC TAC TOE

The TICTACTOE

It's the tac tac toe game designed using python and you can spend your free time playing over it.

gallery

THE NOTIFIER

PYTHON DEKSTOP NOTIFIER

Yes,sending notifications to the dekstop has now been easy, use this project to get remainder for a specific task.

gallery

THE SCRAPPER

WEB SCRAPPER

It's the webscrapper which is created using python it can scrape data from the websites and can display the data.

gallery

THE STONE PAPER SCISSOR

STONE PAPER SCISSOR

Yes,it's the non-graphicshial stone-paper-scissor game which is completely designed using python,Hope u'll enjoy playing it.

gallery

THE FACEBOOK LOGIN

FACEBOOK LOGIN USING SELENIUM

This is done using the automated chrome control module named "Selenium" and this is widely used for automation testing.

gallery

THE EMAIL SCRAPPER

EMAIL SCRAPPER FROM TEXT

The email scrapper takes the input text and it scrapps all the emails from the text and returns it.

gallery

THE VOICE SHUTDOWN A.I

VOICE SHUTDOWN

This is a voice controlled shutdown system designed using python which can shut your computer down after taking your command.

Be Generous Amazing Creative Stunning Always Active

Websites Data Distribution

The data represented here is dinamically rendered and it's giving the informations of the files and the download ration of the files and data.

2.7K

Downloads

1.3K

Users

74

Python Files

10+

Safety Measures

Descriptions Of My Projects

J.A.R.V.I.S

STEP 1

Set up your codeing environment by installing some packages of python like "speech recognition" and "pyttsx3".This packages are going to be our main components.

STEP 2

Initilize your speak command using pyttsx3 and make your speech engine ready.

STEP 3

Use the speech recognition class in order to recognise the audio using the google voice engine.

STEP 4

Make logics for your voice command input ,then execute the suitable command and then return the input in the form of speech.

FINISH

Fix the remaining coding issues and the bugs in your programme and then try running J.A.R.V.I.S .I hope you will get a well functional J.A.R.V.I.S.

SOURCE CODE : Github Link
step

THE TIC TAC TOE

STEP 1

This game is a logic based game developed in python ,none of the modules/packages of python is used while building this game.

STEP 2

First design the game board and then create a function defining the game logic also create the player changer function.

STEP 3

Create the winning ,loseing and tie situations handelling functions create them and assemble in the main game loop .

FINISH

Fix all the minor issues like improper entry and you are ready to play the game.

SOURCE CODE : Github Link
step

THE WEB SCRAPPER

STEP 1

First download the python packages like Beautifull Soup 4 and Request then set up the environment by making Request to the website's URL form which u are wishing to scrape your data.

STEP 2

Initilize your Beautifull Soup class and then give the model class parser as "HTML.parser" and then take the total HTML data form the page that is needed to parsed and pass the data to HTML parser Class.

STEP 3

Find the HTML attribute tags through which you need to find your informations and give the tag "name" or it's "class" as a parameter for finding the object while surfing through the page data.

FINISH

Finally Run the command and be patient your data scrapper will scrape the data and it will show the data in your output window.

SOURCE CODE : Github Link
step

THE HTML PARSER

STEP 1

First you need to install the HTML parser python package and then make a class and then inherit it from the "HTML Parser" model.

STEP 2

Define the default functions like "handel_starttag","handel_endtag" and "handel_data" for handeling the starttags ,endtags and the specific data present in all the HTML tags respectively.

STEP 3

Create a instance for your custom created class and then feed the raw HTML data to your class using the "parser.feed" method which is a built-in method of the HTMLparser class.

FINISH

Finally you'll see that the HTML tags and the HTML data are seperated and are in an organised manner.

SOURCE CODE : Github Link
step

THE DEKSTOP NOTIFIER

STEP 1

First you need to install the win10toast 0.9 package and then set up a instance of the Toast notifier class.

STEP 2

From the instance created above call the toaster object to show the toast on the dekstop screen.

STEP 3

First give the desired title of your notification and then give the message that you want to display in the notification ,set up the icon_path and don't forget to mention the duration till the time you want to display the notification.

FINISH

Run the command and you are done.A notification will pop up in your windows console.
NOTE : Don't forget to allow the third party notifications from your command prompt otherwise you might face some problems.

SOURCE CODE : Github Link
step

THE STONE PAPER SCISSOR

STEP 1

Just you need to have the basic knowledge of python programming like dealing with conditional statements .

STEP 2

The concepts of loops is also very important for building the programme you need to have the detailed concept about dictionaries in python.

STEP 3

You also need to learn about an inbuilt interesting module named random in order to select the computers turn in the game and also write well defined logics for the game winning and loseing conditions.

FINISH

Finally fix some minor code bugs and logical mistakes.Your game is ready to played.

SOURCE CODE : Github Link
step

THE AUTO FACEBOOK LOGIN

STEP 1

First you need to install the "Selenium" module/package of python and you also need to download the suitable version of Chromedriver for your computer/laptop.

STEP 2

The Chromedriver plays the major role for the automatic navigation through the facebook login page and it will help you connecting through the webpage.

STEP 3

Use selenium for getting the login fields of "username" and "password" then send the authentic username and password as keys to the facebook login page using Selenium.

FINISH

Finally click on the login button using selenium and you are done Login! in FACEBOOK

SOURCE CODE : Github Link NOTE :Check your Chrome version and download the suitable Chromedriver ,otherwise there will be problems while automating chrome.
step

THE EMAIL SCRAPPER

STEP 1

Your first task will be to import re which is also known as regular expression and then Initilize it.

STEP 2

Fetch it with a metadata from which it can get itself trained so that it can understand which data to scrape and also give the file location from where the data is to be collected.

STEP 3

Give it a text file which contains plain text and a pattern of emails from which it can identify and collect the emails and then append the emails into a list.

FINISH

If all the above mentioned steps are done in a correct manner then there will be no error and the emails will be collected.

SOURCE CODE : Github Link
step

THE VOICE SHUTDOWN A.I

STEP 1

Set up your codeing environment by installing some packages of python like "speech recognition" and "pyttsx3".This packages are going to be our main components.

STEP 2

Initilize your speak command using pyttsx3 and make your speech engine ready as well as get your sppech recognition module ready and initilize it.

STEP 3

Use the speech recognition class in order to recognise the audio using the google voice engine and make if-else statements for shutdown and for not shuting down.

FINISH

Finally if the user says yes then the computer fill shutdown itself automatically. else it will breal from the loop.

SOURCE CODE : Github Link
step

All The Code From one place !!

Here in this repository i do have all the collections of the competitive programming questions and there respective answers in the python code format.

hero

Wanna Become a Six-Figure Freelancer,
Don't forget to subscribe and start learning !!

Subscribe