Metadata-Version: 2.1
Name: Apper
Version: 0.0.2
Summary: !!!NEW VERSION!!! this is for create application for all opration system
Home-page: https://github.com/pypa/sampleproject
Author: parsa
Author-email: mamy4853@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

hello my name is parsa mehrabi 
this is for creat application window for all os

install:

   |-----------------|
   |pip install Apper|
   |-----------------|

create window:

	from Apper import *
	PC.setting(title='Apper',bground='red',width=500,height=500,icon=f'C:/Users/Parsa/Desktop/icon.ico')
	PC.run()

create button:

	PC.button(text='Apper',bground=None,textvar=None,fground='black',width=10,height=2,x=0,y=0)

and all codes and widgets......

okay! please learn other codes in http://jupiter-pl.epizy.com


