quisca


Namequisca JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryScore Aggregator for Quizizz
upload_time2023-02-02 19:43:58
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords quizizz quiz joinmyquiz aggregator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QuiScA - Quizizz Score Aggregator

A tool to compile and analyze multiple Quizizz reports to get statistics and rankings of KITS students.

Features : 
- Merges data from multiple Quizizz reports
- Display all or top 10 scores
- Option to save aggregated data in an Excel file

## Installation

Install it from pypi using : 
```
pip install quisca
```

## Usage

The tool can be run from the command line using the following syntax:

```
quisca -f [file1.xlsx] [file2.xlsx] ... [-a] [-o [output.xlsx]] [-v]
```
- `-f, --files: List of Quizizz report files to process (required)`
- `-a, --all: Show/print all data (default option shows top 10 rankers)`
- `-o, --output: Save output into a .xlsx file`
- `-v, --verbose: Activate verbose output`
- `-h, --help: View help`

## Dependencies

- pandas
- tabulate

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "quisca",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Quizizz,quiz,joinmyquiz,aggregator",
    "author": "",
    "author_email": "Ashvin V <acedeveloper003@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/96/ae/7313845c52e67edad912d9a957d6142f21a8fe49b28b336d82e41c56734e/quisca-0.1.1.tar.gz",
    "platform": null,
    "description": "# QuiScA - Quizizz Score Aggregator\n\nA tool to compile and analyze multiple Quizizz reports to get statistics and rankings of KITS students.\n\nFeatures : \n- Merges data from multiple Quizizz reports\n- Display all or top 10 scores\n- Option to save aggregated data in an Excel file\n\n## Installation\n\nInstall it from pypi using : \n```\npip install quisca\n```\n\n## Usage\n\nThe tool can be run from the command line using the following syntax:\n\n```\nquisca -f [file1.xlsx] [file2.xlsx] ... [-a] [-o [output.xlsx]] [-v]\n```\n- `-f, --files: List of Quizizz report files to process (required)`\n- `-a, --all: Show/print all data (default option shows top 10 rankers)`\n- `-o, --output: Save output into a .xlsx file`\n- `-v, --verbose: Activate verbose output`\n- `-h, --help: View help`\n\n## Dependencies\n\n- pandas\n- tabulate\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Score Aggregator for Quizizz",
    "version": "0.1.1",
    "split_keywords": [
        "quizizz",
        "quiz",
        "joinmyquiz",
        "aggregator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f1cab2b5438eb9d8830b3aa64f22b630fb1f6737fd8105714c371eea18e0564",
                "md5": "6a27bebbdae7dd4f5b83259ea1b0cde2",
                "sha256": "51f07e0fa1317a07caf4a0010794f74810aeab4f70a51545dcd3aca33fd0c1c4"
            },
            "downloads": -1,
            "filename": "quisca-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a27bebbdae7dd4f5b83259ea1b0cde2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4024,
            "upload_time": "2023-02-02T19:43:56",
            "upload_time_iso_8601": "2023-02-02T19:43:56.638105Z",
            "url": "https://files.pythonhosted.org/packages/0f/1c/ab2b5438eb9d8830b3aa64f22b630fb1f6737fd8105714c371eea18e0564/quisca-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96ae7313845c52e67edad912d9a957d6142f21a8fe49b28b336d82e41c56734e",
                "md5": "174fa9468191738dff4ce20f668f610a",
                "sha256": "5954862b3b65fcaf834cd3f5fe4a3e813a55d21f3da2e8998f0a95eea14033a3"
            },
            "downloads": -1,
            "filename": "quisca-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "174fa9468191738dff4ce20f668f610a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3587,
            "upload_time": "2023-02-02T19:43:58",
            "upload_time_iso_8601": "2023-02-02T19:43:58.750454Z",
            "url": "https://files.pythonhosted.org/packages/96/ae/7313845c52e67edad912d9a957d6142f21a8fe49b28b336d82e41c56734e/quisca-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 19:43:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "quisca"
}
        
Elapsed time: 0.03711s