Skip to main content

An helper that create and Excel document representing the number of chats per day

Project description

SP Ask Running Total Daily report

An helper that create and Excel document representing the number of chats per day. Which are on the Daily Spreadsheet

Installation

$ pip install sp_ask_running_total_daily_report
$ or with poetry
$ poetry add sp_ask_running_total_daily_report

Utilisation

from sp_ask_running_total_daily_report import create_report

# generating stats for a given month (february)
create_report(2019, 2)

#generating stats for all months
for month_number in range(1, 13):
    create_report(2019, month_number)

Will create a file '2-February.xlsx' on the current directory

Screenshot

This is a screenshot. We don't provide our daily stats to the public. The number below were updated to fake our real numbers. screenshot of app

Todo

  1. Test
  2. Refactor
  3. Add docstring
  4. Add a Makefile
  5. Add show terminal graph for a given month
  6. Create a .rst file and add metadata for

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

Built Distribution

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