/phone.ly

Python CLI tool to get the details of any mobile device😋🔥

Primary LanguagePython

picture

PHONE.LY


Python CLI tool to get the details of any mobile device by using an api(https://fonoapi.freshpixl.com)

  • You should be running Python 3 or later
  • You should have Pip installed

Setting it up

  1. Clone this repository onto your machine
  2. Run the command (pip install virtualenv) to install virtual enviroment
  3. Run the command (virtualenv venv) to add virtual enviroment to the project
  4. Activate the virtual enviroment by running (. venv/Scripts/activate)
  5. Install the needed library by running (pip install requests)

Done!

To use the PHONE.LY simply type (python phone_details.py)