Tagged: basic python

2

Python : Introduction to ethical hacking in Python – Introduction to Kali Linux – Part 1

Python : #1 Introduction to ethical hacking in Python – Downloading Kali Linux

Hi all,

Today in this article we are going to start a new series on ethical hacking by Python and Kali Linux. Today we are going to see what is kali Linux and we are going to download it on VirtualBox

0

Kali Linux – resolving error while installation – An installation step failed

An installation step failed – Kali Linux Installation Error FIX – VirtualBox

Hi all,
While installing the kali Linux we got an error so today we are going to fix that error. If you have not read our article on installing kali Linux please read the article first so you will understand about the kali Linux, about virtual box and how the error came

0

Python : Repeatedly showing tkinter message box using schedule. Schedule a Python script to run daily 🔥🔥

Python : Repeatedly showing tkinter message box using schedule. Schedule a Python script to run daily 🔥🔥

Hi all,
Today in article we are going to discuss about how to pop up the message box repeatedly with schedule module and tkinter module

0

Python: How to read config files 📂

Python: How to read config files 📂

Hi all,
Today in this article we are going to discuss about config file and how to read config files in python.

0

Python: #4 Key pressing and creating the snake game in pygame

Python: #4 Key pressing and creating the snake game in pygame

Hi all,

Today in this article we are going to discuss about the key pressing in the pygame and we are also start creating the snake game.

0

Python: Resolving the error : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program

Python: Resolving the error : Python: Resolving the error : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program

Hi all,

Today in this article we are going to solve the most asked question ever : pip is not recognized as an internal or external command

0

Python: #3 Handling the events in pygame🔥

Python: #3 Handling the events in pygame

Hi all,

Today in this article we are going to continue our pygame series. In last article we had created the game loop but there was one problem, the screen that we made was not responding. To solve that problem we will handle it in today’s article.

0

Python: #2 pygame module making the game loop

Python: #2 pygame module making the game loop

Hi all,

In last article we made the game display in pygame but the the display was disappearing to solve that we will make the game in this article so that the display will not disappear.

2

Python : #1 Introduction to pygame module

Python : #1 Introduction to pygame module

Hi all,
Today we are going to start the series of pygame module. It will be very interesting series so please be with this series.

4

Python : Making text to speech converter in Python with pyttsx3 module

Python : Making text to speech converter in Python with pyttsx3 module

Today in this article we are going to do some fun. We will translate the string into speech with the help of pyttsx3 module.