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.
Todo
- Test
- Refactor
- Add docstring
- Add a Makefile
- Add show terminal graph for a given month
- Create a .rst file and add metadata for
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for sp_ask_running_total_daily_report-0.1.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a98da625088c8a4e4418ada6c7bba239d13193f4fb148cf4ae375e94d9eaadb4 |
|
MD5 | 9dff3a35d49b8be499044139e8a28981 |
|
BLAKE2b-256 | 361cb56d264e5c79f6fdf7884c33501de5544780aae55f4aa7f4800037215525 |
Close
Hashes for sp_ask_running_total_daily_report-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4bd6f8c0a33b74d73d46c1c7c832bcd87413e917915d77265b6a0cfd2b2cc9a |
|
MD5 | 29066d48721f307c6845bcaa641176b5 |
|
BLAKE2b-256 | 1ae696e163f4d9e65df94e5da89a2efbcd9b2c8601e674c7fb1fd7c68268dfcc |