Metadata-Version: 2.1
Name: Apper
Version: 0.0.1
Summary: this is for Create Application Window
Home-page: https://github.com/pypa/sampleproject
Author: parsa_Mehrabi
Author-email: mamy4853@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

hello! my name is Parsa Mehrabi. this package is for build window application
Example code for create button:
##############################
##############################

PC.Button(text='Hello', bground='blue', fground='red',width = 10, height = 5, font='Tahoma', x = 50, y = 50)
PC.run()

##############################
##############################

install Apper:
 #################
 
# pip install Apper #

 #################


