{"id":19713615,"url":"https://github.com/mk-manishkumar/learning-tkinter","last_synced_at":"2025-02-27T15:55:55.302Z","repository":{"id":173222208,"uuid":"649974948","full_name":"mk-manishkumar/learning-tkinter","owner":"mk-manishkumar","description":"This repository contains a collection of projects created using Tkinter, a popular Python library for creating graphical user interfaces (GUIs). These projects serve as a learning resource for individuals interested in exploring and mastering Tkinter.","archived":false,"fork":false,"pushed_at":"2023-07-03T05:44:57.000Z","size":642,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T14:53:09.183Z","etag":null,"topics":["tkinter-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mk-manishkumar.png","metadata":{"files":{"readme":"README.md","changelog":"News App/.vscode/settings.json","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-06T03:58:14.000Z","updated_at":"2023-08-17T14:11:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6bffdf4-5a66-4f99-8d69-222be5fb577e","html_url":"https://github.com/mk-manishkumar/learning-tkinter","commit_stats":null,"previous_names":["mk-manishkumar/learning-tkinter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mk-manishkumar%2Flearning-tkinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mk-manishkumar%2Flearning-tkinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mk-manishkumar%2Flearning-tkinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mk-manishkumar%2Flearning-tkinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mk-manishkumar","download_url":"https://codeload.github.com/mk-manishkumar/learning-tkinter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241032015,"owners_count":19897401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tkinter-python"],"created_at":"2024-11-11T22:23:50.046Z","updated_at":"2025-02-27T15:55:55.284Z","avatar_url":"https://github.com/mk-manishkumar.png","language":"Python","readme":"# Tkinter Projects\n\nThis repository contains a collection of projects created using **Tkinter**, a popular Python library for creating graphical user interfaces (GUIs). These projects serve as a learning resource for individuals interested in exploring and mastering _Tkinter_.\n\n## Project List\n\n### Project 1: Login Window\n\n - Description: A login window where users can enter their **email and password** to log in if the credentials are correct.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/Login%20Window)\n - Screenshot:\n\n\n ![01](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/05fd158f-08a9-4b23-93c7-55e1add06b8b)\n\n\n### Project 2: Wallpaper Viewer\n\n - Description: A small window where you can see multiple wallpapers just by clicking **next** button.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/Wallpaper%20Viewer)\n - Screenshot:\n\n\n ![02](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/5e32cbf2-438a-4415-9a03-03cf4b7ffe20)\n \n ### Project 3: Calculator\n\n - Description: A calculator GUI application where user can do all primary mathematical operations.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/Calculator)\n - Screenshot:\n\n\n ![03](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/e168edc6-0863-465a-98d3-7ff9898b47e5)\n \n ### Project 4: News Application\n\n - Description: A news application that showcases the top 10 news (India) of every hour with the assistance of the News API.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/News%20App)\n - Screenshot:\n\n![04](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/2c6bb2c2-338f-4f17-91af-aa0ae87cf7f5)\n\n\n### Project 5: Palindrome Checker\n\n - Description: A window where users can enter word/number and then click on submit button to check whether it's palindrome or not.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/palincdrome%20checker)\n - Screenshot:\n\n![05](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/96a23a18-2ff6-4802-ad25-7c85217d6dfb)\n\n\n### Project 6: Simple Interest Calculator\n\n - Description: A GUI app where the user can input the principal amount, rate of interest, and time. They will receive the simple interest after clicking the Calculate button.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/Simple%20Interest%20Calculator)\n - Screenshot:\n\n![06](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/3b7163b1-44ec-4a6e-9e02-87b780cc2791)\n\n\n### Project 7: Login Window\n\n - Description: A GUI app where users can toggle between light and dark themes by clicking a button.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/Light%20Dark%20Theme%20Toggle)\n - Screenshot:\n\n![07](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/2e92c87a-9dd5-41a1-b0d3-8b302d012d53)\n\n### Project 8: Spelling Checker\n\n - Description: A GUI app where users can check English spellings just by entering the word and pressing the **Check** button.\n - Repo Link - [Click here](https://github.com/mk-manishkumar/learning-tkinter/tree/main/Spelling%20Checker)\n - Screenshot:\n\n![08](https://github.com/mk-manishkumar/learning-tkinter/assets/102028645/5ba23b65-8857-4e10-852d-647143b8bf70)\n\n\n\n ## Getting Started\n\nTo get started with these projects, follow the steps below:\n\n1. Clone the repository: \n\n```\ngit clone https://github.com/mk-manishkumar/learning-tkinter.git\n```\n\n2. Navigate to the project directory:\n\n```\ncd tkinter-projects\n```\n\n3. Run a specific project:\n\n```\npython project_file.py\n```\n\n`Note: Replace project_file.py with the appropriate file name for the project you wish to run.`\n\n## Acknowledgements\n\n[Tkinter Documentation](https://docs.python.org/3/library/tkinter.html) - Official documentation for Tkinter.\n\n\u003e If you have any questions, suggestions, or feedback, please feel free to reach out on my [Twitter](https://twitter.com/_manishmk) or [LinkedIn](https://www.linkedin.com/in/mk-manishkumar/).\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk-manishkumar%2Flearning-tkinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmk-manishkumar%2Flearning-tkinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk-manishkumar%2Flearning-tkinter/lists"}