klich3 / PPT-table-tool

Tool for create - Power Play Table PPT to HEX to DSL File, implemented in OpenCore on your Hackintosh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPT-Table-Tool

License Issues Pull Requests

PPT-Table-Tool is a utility to generate PowerPoint (PPT) presentations with tables from plain text or Domain Specific Language (DSL) files. It provides an easy-to-use interface and supports Windows registry dumps in various formats.

Features

  • Convert Windows registry dumps to DSL files.
  • Generate PPT presentations with tables from PPTable files.
  • Cross-platform compatibility (Windows, macOS).

Usage

  1. Run the Tool:

    • Double click on PPT_script.command.
  2. Input:

    • Drag and drop a Windows registry dump file (.txt, .reg) or a binary PPTable file onto the tool's interface.
  3. Output:

    • Find the generated files in the Results folder.
    • result.txt: The parsed data in a readable format.
    • result.dsl: DSL file generated based on the input data.

PPT Technology Overview

AMD PowerPlay and Performance Management:

  • PowerPlay technology enables dynamic performance adjustment of graphics cards.
  • Automatic operating modes switch between high-performance and power-saving modes.

Instructions for Use

  1. Double click on PPT_script.command to launch the tool.
  2. Follow the on-screen instructions to process your input files and generate presentations with tables from PPTable files.

Notes

  • For more information, refer to the original repository here.

Contributing

Contributions are welcome! Create pull requests.

Citation

If you use this tool in your research or work, please consider citing it as:

  • Title: PPT-Table-Tool
  • Authors: Anton Sychev
  • Repository: GitHub
  • Version: 1.0.0
  • License: MIT
@software{PPT-Table-Tool,
  author = {Anton Sychev},
  title = {{PPT-Table-Tool}},
  url = {https://github.com/klich3/PPT-table-tool},
  version = {1.0.0},
  license = {MIT},
}

License

This project is licensed under the MIT License.

Star History

Star History Chart

About

Tool for create - Power Play Table PPT to HEX to DSL File, implemented in OpenCore on your Hackintosh

License:MIT License


Languages

Language:Python 73.0%Language:Shell 27.0%