Skip to content

Simple functions to convert Cellular Serial number (Dec, Hex, IMEI, MEID, etc...) between formats given any format of the serial number

Notifications You must be signed in to change notification settings

jeffgolden/CellSerialConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cell Serial Converter

This is just a collection of simple functions to convert cellular serial numbers from one format to another. The function translate_serial will take any format (ESN, HEX ESN, MEID or IMEI) and convert to all other appropriate formats.

Web Front End

A simple Flask web application provides a user-friendly interface for these conversions.

Installation

pip install -r requirements.txt

Usage

python app.py

Then open http://127.0.0.1:5000/ in your browser.

No license -- feel free to use this however you want.

About

Simple functions to convert Cellular Serial number (Dec, Hex, IMEI, MEID, etc...) between formats given any format of the serial number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published