Metadata-Version: 2.1
Name: FreeTVG-karjakak
Version: 1.7.5
Summary: Tree View Gui for outline treeview note.
Home-page: https://github.com/kakkarja/FreeTVG
Author: karjakak
Author-email: kakkarja.github@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Text Editors :: Text Processing
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# FreeTVG [Tree View Gui]
## **Tree View Gui is an outline note for viewing in tree structure**
### **Visit [TVG](https://treeviewgui.work) for tutorials and support**
## Installation
```pip install FreeTVG-karjakak```

**If wanted to have TVG++ for trial [7 days]**
* **There new function for Tutuorial TVG [Control+F1]**
* **For trial purpose:**
    * **Compose email for registration [Control+F4]**
        * **Will be sent link for download after receiving registration mail from user.**
    * **Full functions of TVG++ [For 7 days]:**
        * **Send Note - with Telethon [Telegram wrapper]**
            * **Able to send TVG note.**
        * **Calculator**
            * **Check currency rate.**
        * **Save - TVG note encryption**
            * **Can send it to other TVG++ user.**
        * **Open - TVG note decryption**
            * **Can save or just for viewing.**
        * **Emoji - can add emoj**
        * **TEEn - Text Editor Encryption**
            * **Encryption configuration.**
            * **Encrypt your valuable datas e.g. passwords, etc.**
## 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.**
## Changes:
* **Tutorial TVG.pdf is updated.**
* **Clean-up some comment line.**
* **Can run TVG directly without creating a script.**
* **6 buttons deleted [Calculator, Send Note, Save, Open, Emoji, and ViewHTML].**
    * **Free from annoying message pop-up.**
    * **View HTML deleted as well, because the purpose is not much and basically the same as printing.**
* **Bugs fixed on overflowing memory usage.**

