Metadata-Version: 2.1
Name: Heema
Version: 1.0.0.1
Summary: A GUI framework built on top of tkinter, with new features.
Home-page: UNKNOWN
Author: Федор Глеб | Abhay Gaur
Author-email: <abhay.12104531@gmail.com>
License: UNKNOWN
Keywords: Heema,heema,heema gui,HEEMA,heemagui,python,tkinter,modern,gui,tkintergui,browser
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: BlurWindow
Requires-Dist: pillow
Requires-Dist: pyaudio


# Heema
A windows 10 themed skin for tkinter. Easy to use, Get rid of the old looking tkinter windows. Currently it supports only the windows platform, will add features for mac and linux soon.

All you need is that heema.py and run any of the test files, either test.py or test2.py, based on what kind of theme you like. 

Additional requirement: BlurWindow==1.2.1 do pip install blurwindow, and it will work.

![heema](https://user-images.githubusercontent.com/59841219/199723121-65c7a45b-a0e0-4137-88b5-19bf3953cb15.png)


NEW FEATURES: 

#New Features

1) Title Bar:         title_bar=title_bar(root,text="Abhay")                  #you don't have to pack it, it's automatic :D Plus it's in darkmode , good for your eyes.
2) Menu Bar:          menu_bar=menu_bar(root)                                 #you don't have to pack it too, even this is automatic. :D
3) Menu Button:       menu_button1=menu_button(menu_bar, text="Edit")         #you don't have to pack it too, as these are menubar's buttons. :D
4) Left frame:        left_frame=left_frame(frame_name=root)                  #you don't have to pack it too, it's the left frame that gets packed to the left. :D




5) Leftframe Button:  b=left_frame_button(left_frame,text="Classic",command=lambda: apply_theme(root,classic)) 
		      b.configure(font=('calibri','12'))
		      #you don't have to pack it too, also you can configure all the buttons.


6)RightFrame: 				silimar to left_frame, replace left with right. 
7)RightFrame Button: 	similar  to left_frame_button, replace let with right.




#New Button

8)Button:						
	a=button(frame_name=root,text="Hello world",command=printer)
	a.pack(side=TOP)	#you need to pack this amazing button. A stylish button for tkinter. 	








##############			COMING SOON ♥

Tiles Buttons:	 			#Coming soon.
Routes: 				#Coming soon.
Splash Screens:				#Coming soon.
Dashboard: 				#Coming soon.
User Dashboard:				#Coming soon.
Feed Window:				#Coming soon.
Select Options:				#Coming soon.
New CheckBoxes: 			#Coming soon.
New Sliders: 				#Coming soon.
Description buttons: 			#Coming soon.
Tiles:					#Coming soon.
Splash Screens: 			#Coming soon.



#=================================================================		  	Help Needed					

Scrollview Bar: 	#Looking for someone to create one, IDK how that works, lolz. Please feel free to create a pull request. Open to ideas and suggestions.











#=================================================================		  	Screenshots

#coming soon














#=================================================================		  	Video Links




#will be posting the video soon.





Upcoming new features that will make your apps stand out from the rest:


1) notification maker
2) animate floating windows (not all will animate, like the menu pages) change the name to menu pages.
3) color modes, themes.
4) navigation
5) change the page to menu_page
6) complete the check box and select item
7) complete the searchbox with logic and click effects. 
8) support for videos
9) support for images -_-
10)proper format for making pages
11) tiles and texts, if texts cross the width then use eclipes. 
12) at least a proper api for making apps. 
13) horizontal scrolling for tkinter apps.
14) scrollbar with no scrollbar
15) autohide scrollbar
16) Themes and color combinations.
17) bordered buttons
18) animations+text animations












