Skip to content

chryzcode/get-ip-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

This is a python code that provides the name and the internet protocol address of the computer.

  • You need to install socket pip install socket
  • Socket is the endpoint between two communications line running on the internet through port.
  • .gethostbyname is a function to access socket information.
  • the gethost parameter is to get the address hosting the communication.

About

Python code that gets the name and IP address of a computer/laptop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages