HTML is generally known as a markup language and its been very popular for creating websites and other components.
Learn MorePython has become the most famous language thisdays. It can be used for developing different technological fields.
Learn MoreA.I has become one of the most important topic of discussion now a days and as per studies it will reshape our future.
Learn MoreThe 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 MoreCompetetive 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 MoreJavascript 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 MoreSo 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.
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 .
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.
It's the tac tac toe game designed using python and you can spend your free time playing over it.
Yes,sending notifications to the dekstop has now been easy, use this project to get remainder for a specific task.
It's the webscrapper which is created using python it can scrape data from the websites and can display the data.
Yes,it's the non-graphicshial stone-paper-scissor game which is completely designed using python,Hope u'll enjoy playing it.
This is done using the automated chrome control module named "Selenium" and this is widely used for automation testing.
The email scrapper takes the input text and it scrapps all the emails from the text and returns it.
This is a voice controlled shutdown system designed using python which can shut your computer down after taking your command.
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.
Downloads
Users
Python Files
Safety Measures
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.
Initilize your speak command using pyttsx3 and make your speech engine ready.
Use the speech recognition class in order to recognise the audio using the google voice engine.
Make logics for your voice command input ,then execute the suitable command and then return the input in the form of speech.
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 LinkThis game is a logic based game developed in python ,none of the modules/packages of python is used while building this game.
First design the game board and then create a function defining the game logic also create the player changer function.
Create the winning ,loseing and tie situations handelling functions create them and assemble in the main game loop .
Fix all the minor issues like improper entry and you are ready to play the game.
SOURCE CODE : Github LinkFirst 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.
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.
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.
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 LinkFirst you need to install the HTML parser python package and then make a class and then inherit it from the "HTML Parser" model.
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.
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.
Finally you'll see that the HTML tags and the HTML data are seperated and are in an organised manner.
SOURCE CODE : Github LinkFirst you need to install the win10toast 0.9 package and then set up a instance of the Toast notifier class.
From the instance created above call the toaster object to show the toast on the dekstop screen.
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.
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.
Just you need to have the basic knowledge of python programming like dealing with conditional statements .
The concepts of loops is also very important for building the programme you need to have the detailed concept about dictionaries in python.
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.
Finally fix some minor code bugs and logical mistakes.Your game is ready to played.
SOURCE CODE : Github LinkFirst 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.
The Chromedriver plays the major role for the automatic navigation through the facebook login page and it will help you connecting through the webpage.
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.
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.Your first task will be to import re which is also known as regular expression and then Initilize it.
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.
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.
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 LinkSet up your codeing environment by installing some packages of python like "speech recognition" and "pyttsx3".This packages are going to be our main components.
Initilize your speak command using pyttsx3 and make your speech engine ready as well as get your sppech recognition module ready and initilize it.
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.
Finally if the user says yes then the computer fill shutdown itself automatically. else it will breal from the loop.
SOURCE CODE : Github LinkHere in this repository i do have all the collections of the competitive programming questions and there respective answers in the python code format.