Metadata-Version: 2.4
Name: cmd_window
Version: 0.1.1
Summary: This python module makes it easy to create text-based, graphical interfaces.
Home-page: https://github.com/peterczegledy/Python-modules/tree/main/cmd_window
Author: Czeglédy Péter
Author-email: czegledyp2@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pynput
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# cmd_window
## Description

This python module makes it easy to create text-based, graphical interfaces for any use. The module includes text boxes, labels, buttons, list boxes, tables, password fields, check boxes, progress bars, and two types of windows.

## All Modules
### Window
### Advanced window
### Label
Label(text: str, posx: int, posy: int)  
    text: Text for the label  
    posx: The x position of the label  
    posy: The y position of the label  
    
### Button
### Textbox
### Listbox
### Chechbox
### Table  
### Slider

## Installation

The module can be downloaded from the github page.
pip install cmd-window

## License
MIT License © 2025 Péter Czeglédy  

This python module makes it easy to create text-based, graphical interfaces for any use. The module includes text boxes, labels, buttons, list boxes, tables, password fields, check boxes, progress bars, and two types of windows.
