{"id":19213602,"url":"https://github.com/bazilsuhail/ms-paint-clone","last_synced_at":"2025-11-14T12:02:28.378Z","repository":{"id":248443391,"uuid":"828693326","full_name":"BazilSuhail/MS-Paint-Clone","owner":"BazilSuhail","description":"This desktop application mimics the basic functionality of MS Paint, providing a canvas where users can draw and manipulate graphics.","archived":false,"fork":false,"pushed_at":"2024-12-23T19:34:10.000Z","size":1965,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T17:47:32.156Z","etag":null,"topics":["canvas2d","ms-paint","paint-application","python","tkinter","tkinter-gui","tools"],"latest_commit_sha":null,"homepage":"https://entitysafe.netlify.app/pages/AppList/-O2LtCFIPA0mDAnX9KNr","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/BazilSuhail.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-07-14T23:10:06.000Z","updated_at":"2024-12-23T19:34:24.000Z","dependencies_parsed_at":"2024-12-23T20:38:41.969Z","dependency_job_id":null,"html_url":"https://github.com/BazilSuhail/MS-Paint-Clone","commit_stats":null,"previous_names":["bazilsuhail/ms-paint-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazilSuhail%2FMS-Paint-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazilSuhail%2FMS-Paint-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazilSuhail%2FMS-Paint-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazilSuhail%2FMS-Paint-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BazilSuhail","download_url":"https://codeload.github.com/BazilSuhail/MS-Paint-Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286519,"owners_count":19777353,"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":["canvas2d","ms-paint","paint-application","python","tkinter","tkinter-gui","tools"],"created_at":"2024-11-09T14:06:35.643Z","updated_at":"2025-11-14T12:02:23.348Z","avatar_url":"https://github.com/BazilSuhail.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Digital Drawing Tool\n#### This project was assigned to me as a `Semester Final Project` in my `Object Orineted Programming` Course (2nd semster), by [Mr. Sarfraz Raza](https://www.linkedin.com/in/sarfraz-raza/).\nThis The task was to create MS-Paint clone using all OOP concepts we learned in our courses. This desktop application mimics the basic functionality of MS Paint, providing a canvas where users can draw and manipulate graphics.\n### 🤖 Technical Stack \n \u003ca href=\"#\"\u003e \n   \u003cimg alt=\"Object-Oriented Programming\" src=\"https://img.shields.io/badge/OOP-%230084FF.svg?\u0026style=for-the-badge\u0026logo=code\u0026logoColor=white\"/\u003e\n   \u003cimg alt=\"Python\" src=\"https://img.shields.io/badge/python%20-%2314354C.svg?\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\"/\u003e\n   \u003cimg alt=\"Tkinter\" src=\"https://img.shields.io/badge/Tkinter-%23009639.svg?\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\"/\u003e\n   \u003cimg alt=\"Visual Studio Code\" src=\"https://img.shields.io/badge/VS%20Code-%23007ACC.svg?\u0026style=for-the-badge\u0026logo=visual-studio-code\u0026logoColor=white\"/\u003e\n \u003c/a\u003e\n\n### Live Demo\nCheck out the all details of this project at [PixelPaint](https://entitysafe.netlify.app/pages/AppList/-O2LtCFIPA0mDAnX9KNr). \n\n### Key Features\n- Drawing Tools: Includes essential drawing tools such as brush, pencil, and eraser.\n- Color Selection: Allows users to choose from a variety of colors for drawing.\n- Canvas Manipulation: Supports resizing of the canvas and undo/redo functionality.\n- File Operations: Enables users to save and load drawings for later editing or sharing.\n- User Interface: Designed with a user-friendly interface similar to MS Paint for intuitive use.\n- Shapes Toolkit Tools: Developed drawing of basic shapes and did integrated a custom N-polygon shape designer **(Give any number and activate the tool by pressing it - Then witness the magic happen)**.\n\n## Tech Stack\nLanguage: **Python**\nLibraries: **Tkinter**\n\n## Installation\n###### Ensure Python is installed on your system. You can download Python from python.org and follow the installation instructions.\n\nClone the repository\n```bash\n   git clone https://github.com/BazilSuhail/MS-Paint-Clone.git\n   cd ms-paint-clone\n```\nCheckout you have installed **pip** or checkout it's version\n```bash\n   pip --version\n```\n- Open a terminal or command prompt.\n- Run a simple Python script to verify Tkinter\n\n```bash\n   python -m tkinter\n```\nThis should open a Tkinter window if Tkinter is installed correctly.\n\n#### Install Tkinter:\n- If Tkinter is not installed, you can install it using pip\n\n```bash\n   pip install tk\n``` \n\n## Execution\nTo run run the this application, kindly run \u003ch4\u003e**main.py**.\u003c/h4\u003e\n### Screenshots and Interface of the application:\n![Tools](https://github.com/BazilSuhail/BazilSuhail/blob/main/paint1.png)\n![Basic Canvas](https://github.com/BazilSuhail/BazilSuhail/blob/main/paint2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbazilsuhail%2Fms-paint-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbazilsuhail%2Fms-paint-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbazilsuhail%2Fms-paint-clone/lists"}