Metadata-Version: 2.4
Name: tscalc
Version: 2.0.1
Summary: A comprehensive assessment tool to evaluate personal attributes related to toughness, success potential, and personality type.
Project-URL: Homepage, https://github.com/CraigMLdsouza/tscalc
Project-URL: Issues, https://github.com/CraigMLdsouza/tscalc/issues
Author-email: Craig Michael Dsouza <dsouzacraigmichael@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: colorama
Requires-Dist: numpy
Requires-Dist: reportlab
Requires-Dist: tabulate
Description-Content-Type: text/markdown

# Toughness Success Calculator (tscalc)

A comprehensive assessment tool to evaluate personal attributes related to toughness, success potential, and personality type.

## Features

- Comprehensive assessment across multiple domains.
- Detailed personality type analysis with strengths and challenges.
- Generate reports in JSON and PDF formats.
- Recommendations for personal and professional growth.
- Insights into success potential and mastery trajectory.

## Installation

```bash
pip install tscalc
```

## Usage

The tool is a CLI-based application. Run the following command to start the assessment:

```bash
tscalc
```
or make a file named tscalc.py or any name of your choosing.
and enter the following lines of code

```bash
from tscalc import take_quiz

take_quiz()
```
then type "python [file name].py" in CMD to execute

Follow the on-screen prompts to complete the assessment. After completing the assessment, you can save the results and export them as a PDF report.


## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
