Skip to main content

Creates plots from T-Mobile personal call logs.

Project description

tmobile_call_log

Creates bar charts and pie charts from call logs. Processes CSV files downloaded directly from T-Mobile's website (customer interface). Works as of 2017.

Installation

To install tmobile_call_log, use pip (or similar):

pip install tmobile-call-log

Documentation

Create log object to compile all data

  • data_dir is the directory where all the call logs (downloaded csv files) are located.
  • ignore_number is any other number that is also yours and appears in the log (e.g., Google voice number).
log = CallActivity(data_dir='./data/', ignore_number='(123) 555-1234')

Plot bar charts

Plots bar charts for call time and call quantity using the top n most frequent phone numbers.

log.plot_bar(n=15)

Plot pie charts

Plots pie charts for call time and call quantity using the top n most frequent phone numbers.

log.plot_pie(n=9)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tmobile-call-log-0.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

tmobile_call_log-0.1.0-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page