Make a program that flips a coin in Python 3

Welcome back to another tutorial, today we will be making a script that flips a coin and randomly selects heads or tails. To start, make a new python file and name it CoinFlip, once you’ve done that you will need to import the random module. Add the following to the first line of code: import …

Get a location with an IP adress

Get a Location using an IP adress   Hey guys ! Lasr here 🙂 Today I’m gonna show you how to get the approximate location of an IP with iplocation.net. For this tutorial, you will need : A computer/smartphone/tablet with any OS on it, an internet connection and a photo editing software. SPOILER : you …

Make an IP finder using python 3

Welcome Everyone, in today’s tutorial I will be teaching you how to make an IP finder using socket in Python. To start, fire up Pycharm and create a new file for this tutorial I named my file “IP”. next, we should import the socket module by adding the following to line 1: Import socket This …

Design a site like this with WordPress.com
Get started