Giter VIP home page Giter VIP logo

ipresolver's Introduction

IPResolver

This a cli project that gets the ip address of a provided url.

Table of Contents

Pre-requisites

To run this program you need:

Python

First you need to check if you have python already installed (some OS come with python installed already) run either command:

python --version
python3 --version

If you don't have python installed follow this tutorial for ubuntu or this for tutorial for linux mint.

IDE

An IDE is short for Integrated Development Environment is a software helps programmers develop software code efficiently.

Popular Python IDEs include:

GIT

Before proceeding, make sure to download or to clone the project files onto your machine in order to run the project.

To clone this repo ensure you have Git installed onto your local machine.

To check if git is already installed, run this command in your terminal:

git --version

To install Git run this command in the Terminal

sudo apt install git

Clone using https

git clone https://github.com/Se7enseads/python-p3-project

Clone using SSH

To use SSH you first need to fork this repo onto your github account.

To fork this repo click the drop down button or arrow next to the name fork and then click on create a new fork or click this link to direct you to the forking page.

Click on Create Fork to fork.

Fork image

Fork page

After forking the repo, click on the drop down arrow next to the green code button, select the SSH option and copy the code provided.

SSH image

[email protected]:[Your-username]/[repo]

For more information about git you can checkout the git documentation.

Usage

Access the code from the cloned directory and launch it using Visual Studio Code or VScode. To run this code efficiently:

  1. Install the Python extensions in the extensions tab found on the left side of vscode or by pressing Ctrl + Shift + X. and install the first one by ms-python.

To run this code:

  1. Open the terminal VSCode right clicking on the empty space in the explorer on the right and clicking on Open in integrated Terminal.
  2. Run the following command:
cd python && python3 main.py

To see more options run:

python3 main.py --help

๐Ÿ“ License

Copyright ยฉ 2023 Kyle Mututo.

This project is MIT licensed.

๐Ÿ‘† Back to Top

ipresolver's People

Contributors

se7enseads avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.