Metadata-Version: 2.1
Name: opentty
Version: 1.5
Summary: The OpenTTY is a Terminal Emulator created tottaly in python based-on Unix-Like Shells
Home-page: https://github.com/fetuber4095/OpenTTY
Author: Mr. Lima
Author-email: felipebr4095@gmail.com
License: UNKNOWN
Keywords: python package,emulator,windows,linux,shell,project,posix,unix
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# OpenTTY 1.5 "The OpenQT Update"

> This is OpenTTY, a terminal emulator  
> tottaly created in python that run a minimalish  
> version of shell into your system (Windows and Linux)  
> is supported by app.  

## Release Notes  

1. OpenQT SDK  

The OpenQT is a SDK to load and run PyQt5 xml ui files,  
it is developed for in future the developers can create assets  
with graphical resources. With this runtime, users get ability  
to run directly Qt projects without convert it into python  
scripts.  

2. Added new shell utilities  

In this release, Mr. Lima added some utilities for category  
FILE and TEXT.  

Was added commands `TAC` that show file content in reverse  
mode, it mean that was be displayed from last line, to first 
line of the file. The second command is `CATBIN`, it show file  
content without decode it, if file is binary-type will show the  
bytes table, else, will show the text but tabs and lines not   
formatted.   


Contribuitors: Mr. Lima  
Github Repository: https://github.com/fetuber4095/OpenTTY  

