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
- Clone this repository onto your machine
- Run the command (pip install virtualenv) to install virtual enviroment
- Run the command (virtualenv venv) to add virtual enviroment to the project
- Activate the virtual enviroment by running (. venv/Scripts/activate)
- Install the needed library by running (pip install requests)
To use the PHONE.LY simply type (python phone_details.py)