In this example we check if a network port is open Code We have a function and we will check a website and the localhost import socket def is_network_port_open(hostname, port): …
maxguy71
-
The International Civil Aviation Organization (ICAO) alphabet assigns code words to the letters of the English alphabet acrophonically (Alfa for A, Bravo for B, etc.) so that critical combinations of …
-
In cryptography, a Caesar cipher is a very simple encryption techniques in which each letter in the plain text is replaced by a letter some fixed number of positions down …
-
In a previous article we showed you how you get a random fact using a library – http://www.maxpython.com/modules/display-a-random-fact-using-a-python-module.php In this example we will create a simple GUI app using tkinter …
-
In this example we will create a GUI-based simple calculator using Tkinter, this simple calculator will be able to perform basic arithmetic operations addition, subtraction, multiplication, and division. Code Most …
-
Rock paper scissors has three possible outcomes: a draw, a win or a loss. A player who decides to play rock will beat another player who has chosen scissors (“rock …
-
In this article we will look at 2 methods to get the disk usage and then save it to a csv file Using the WMI Module We can use the …
In this example we use a package to display emojis The entire set of Emoji codes as defined by the Unicode consortium is supported in addition to a bunch of aliases. By default, …
The flames calculator is used to find the compatibility between you and your partner. Flames stand for Friends, Lovers, Affectionate, Marriage, Enemies, Siblings. It is a famous game that used …