Metadata-Version: 2.1
Name: FreeTVG-karjakak
Version: 3.5.15
Summary: Tree View Gui for outline treeview note.
Author-email: karjakak <kakkarja.github@gmail.com>
License: MIT License
        
        Copyright (c) 2024 karjakak
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/kakkarja/FreeTVG#latest-notice
Keywords: TreeViewGui,TreeView Note,Note,MarkDown,Calculate Note
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Text Editors :: Text Processing
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: markdown>=3.3.4
Requires-Dist: pymdown-extensions>=9.0
Requires-Dist: treeview-karjakak>=1.8.1
Requires-Dist: excptr-karjakak>=0.1.0
Requires-Dist: demoji>=1.1.0
Requires-Dist: tomlkit>=0.11.6
Requires-Dist: darkdetect>=0.8.0
Requires-Dist: pdfkit>=1.0.0
Requires-Dist: addon_tvg-karjakak>=0.2.3
Requires-Dist: sqlmodel>=0.0.8
Requires-Dist: xmltodict>=0.13.0

# FreeTVG [Tree View Gui]

## **Tree View Gui is an outline note for viewing in tree structure**

### **Visit [TVG](https://treeviewgui.work) for support**

## Installation

```pip3 install -U FreeTVG-karjakak```

## Usage

**With script:**

```Python
from TVG import main

# Start TVG outline note
main()
```

**Without script:**

* **Press keyboard buttons at the same time => [(Windows Logo) + "r"].**
  * **Open "Run" window.**
  * **In "open" field key in "TVG".**
  * **Press "ok" button.**
* **Create TVG folder by default in "\user\Documents" or "\user".**
  * **Every TVG text note that created will be saved in TVG folder.**  

**Without script for MacOS X user:**  

```Terminal
# In Terminal
% TVG
```

## VIEW README.MD IN [GITHUB TVG](https://github.com/kakkarja/FreeTVG)
