{"id":28960364,"url":"https://github.com/andrianllmm/pydoku","last_synced_at":"2025-06-24T01:12:56.181Z","repository":{"id":268146117,"uuid":"901408089","full_name":"andrianllmm/pydoku","owner":"andrianllmm","description":"A Sudoku game using Python Tkinter with puzzle generation and solver","archived":false,"fork":false,"pushed_at":"2025-06-22T18:43:06.000Z","size":702,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T19:29:37.802Z","etag":null,"topics":["backtracking","customtkinter","gui","python","sudoku","tkinter"],"latest_commit_sha":null,"homepage":"https://andrianllmm.github.io/projects/pydoku","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrianllmm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-12-10T15:49:53.000Z","updated_at":"2025-06-22T18:43:10.000Z","dependencies_parsed_at":"2025-05-19T15:11:50.458Z","dependency_job_id":"8cf3b35e-5b31-401e-92ca-25714555fce2","html_url":"https://github.com/andrianllmm/pydoku","commit_stats":null,"previous_names":["andrianllmm/cmsc11-final-project","andrianllmm/pydoku"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrianllmm/pydoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Fpydoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Fpydoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Fpydoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Fpydoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrianllmm","download_url":"https://codeload.github.com/andrianllmm/pydoku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Fpydoku/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261584267,"owners_count":23180679,"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":["backtracking","customtkinter","gui","python","sudoku","tkinter"],"created_at":"2025-06-24T01:12:53.937Z","updated_at":"2025-06-24T01:12:56.169Z","avatar_url":"https://github.com/andrianllmm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Pydoku\n\n**A Sudoku game using Python Tkinter with puzzle generation and solver**\n\n\u003cimg src=\"docs/images/preview.png\" alt=\"Screenshot\" width=\"500\"\u003e\n\n\u003c/div\u003e\n\n## About\n\nPydoku is a Sudoku game built in Python using\n[Tkinter](https://docs.python.org/3/library/tkinter.html). It generates random\npuzzles, lets users solve them, and offers hints. It also includes a solver that\nuses backtracking to find solutions. The interface is designed to be minimal and\neasy to use.\n\n### Features\n\n- **User Interface**\n  - **Board**: display 9x9 grids with clear sub-grid separation.\n  - **Highlights**: highlight the selected cell, its row, column, and sub-grid.\n  - **Timer**: display a timer while solving.\n- **User Input**\n  - **Cell selection**: click on a cell to select it.\n  - **Number input**: enter numbers using on-screen buttons or the keyboard.\n  - **Erase input**: use an erase button to clear a cell.\n- **Validation**\n  - **Manual check**: a “check” button validates the entire board.\n  - **Game completion**: the game ends automatically when the puzzle is solved\n    correctly.\n- **Levels**\n  - **Difficulty selection**: choose from: Quickie, Easy, Medium, Hard, Expert.\n- **Solver**\n  - **Hints**: reveal a correct number in a selected cell.\n- **Help**\n  - **How to play**: instructions for selecting cells, inputting numbers, using\n    tools, etc.\n\n## Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/andrianllmm/pydoku.git\n   cd pydoku\n   ```\n2. Create and activate virtual environment:\n   ```sh\n   python -m venv venv\n   source venv/bin/activate  # or venv\\Scripts\\activate for Windows\n   ```\n3. Install the dependencies\n   ```sh\n   pip install -r requirements.txt\n   ```\n4. Run the app\n   ```sh\n   cd src/app.py\n   ```\n\n## Contributing\n\nContributions are welcome! To get started:\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a pull request\n\n## Issues\n\nFound a bug or issue? Report it on the\n[issues page](https://github.com/andrianllmm/pydoku/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrianllmm%2Fpydoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrianllmm%2Fpydoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrianllmm%2Fpydoku/lists"}