Posts

How to make multiplayer game in python for beginners with source code.

Image
  Steps for making a game in python. First Step Make environment to organize the game . Make folder name space_invaders (or a game name you are creating).   Inside the game folder make python file name as main.py in which all the fuctions will run and a folder name as Assets . In the Assets folder  Store images , sound , graphics etc (Which will be used in game). Second Step Open Command Prompt (Go to search and write cmd right click on command prompt and click nrun as administrator) in command prompt wright this command pip install pygame make sure you have installed python. Final Step Download the Following file (Click on the file) and extract it from winrar.The code is explained in main.py file you can learn from it. Download    Space_invader_game.zip Thanks for reading!💓

Ethical Hacking

Image
WHAT IS ETHICAL HACKING? Hacking is the process of finding vulnerabilities in a system and using these found vulnerabilities to gain unauthorized access into the system to perform malicious activities ranging from deleting system files to stealing sensitive information. You might wondering what is vulnerbilities? In computer security, a vulnerability is a weakness which can be exploited by a threat actor, such as an attacker, to cross privilege boundaries (i.e. perform unauthorized actions) within a computer system. ... Then there are vulnerabilities without risk: for example when the affected asset has no value. Vulnerable. adjective. Exposed to the possibility of being attacked or harmed, either physically or emotionally. Vulnerability � something many of us avoid due to fear of being judged, hurt or failure. ... To be vulnerable means to put yourself out there and be open to possibilities and opportunities. EXAMPLE If you are running for political office and you don't want anyon...