prajjyadav / Python-Scripts

1 stars 17 forks source link

Add tkinter App #30

Open Soham2020 opened 3 years ago

Soham2020 commented 3 years ago

I would like to a simple tkinter app, named Hello World. Its basic operation is to take the user's name or some texts from the user input and will show it in upper case and normal case, both are optional, means user have to select either upper case or normal case.

prajjyadav commented 3 years ago

or you can build time using tkinter, its simple and useful

Soham2020 commented 3 years ago

Thank you for your suggestion. I will definitely try to implement it