{"id":19509992,"url":"https://github.com/zhanziyuan/pixelpuzzle-web","last_synced_at":"2026-04-11T15:38:52.797Z","repository":{"id":253401823,"uuid":"843386167","full_name":"ZhanZiyuan/PixelPuzzle-web","owner":"ZhanZiyuan","description":"Encode/decode images using Base64 or shuffle/recover the pixels of images.","archived":false,"fork":false,"pushed_at":"2024-08-17T07:56:17.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T11:47:01.090Z","etag":null,"topics":["anime","encryption","image","image-processing","numpy","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZhanZiyuan.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}},"created_at":"2024-08-16T11:59:32.000Z","updated_at":"2024-08-17T07:56:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"3909d261-1508-4b1e-aa10-0ea872ccd0a7","html_url":"https://github.com/ZhanZiyuan/PixelPuzzle-web","commit_stats":null,"previous_names":["zhanziyuan/pixelpuzzle-web"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhanZiyuan%2FPixelPuzzle-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhanZiyuan%2FPixelPuzzle-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhanZiyuan%2FPixelPuzzle-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhanZiyuan%2FPixelPuzzle-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZhanZiyuan","download_url":"https://codeload.github.com/ZhanZiyuan/PixelPuzzle-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761122,"owners_count":19853255,"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":["anime","encryption","image","image-processing","numpy","python"],"created_at":"2024-11-10T23:14:08.336Z","updated_at":"2026-04-11T15:38:52.786Z","avatar_url":"https://github.com/ZhanZiyuan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"favicon\" src=\"./static/images/favicon.svg\"\n        width=\"138\" /\u003e\n\u003c/p\u003e\n\n# PixelPuzzle-web\n\n\u003cp align=\"right\"\u003e\n    \u003cb\u003eEnglish\u003c/b\u003e | \u003ca href=\"./README_zh.md\"\u003e简体中文\u003c/a\u003e\n\u003c/p\u003e\n\n[![GitHub deployments](https://img.shields.io/github/deployments/ZhanZiyuan/PixelPuzzle-web/Production)](https://github.com/ZhanZiyuan/PixelPuzzle-web/blob/main/vercel.json)\n[![GitHub last commit](https://img.shields.io/github/last-commit/ZhanZiyuan/PixelPuzzle-web)](https://github.com/ZhanZiyuan/PixelPuzzle-web/commits/main/)\n[![GitHub License](https://img.shields.io/github/license/ZhanZiyuan/PixelPuzzle-web)](https://github.com/ZhanZiyuan/PixelPuzzle-web/blob/main/LICENSE)\n[![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/ZhanZiyuan/PixelPuzzle-web/total)](https://github.com/ZhanZiyuan/PixelPuzzle-web/releases)\n[![Vercel Deploy](https://deploy-badge.vercel.app/vercel/pixelpuzzle-web)](https://pixelpuzzle-web.vercel.app/)\n\nPixel Puzzle is a Flask-based web application designed for image manipulation.\nIt offers a user-friendly interface to encode images to Base64, decode Base64 text back to images, and securely shuffle or recover image pixels using a seed-based algorithm.\n\n## Features\n\n- **Encode**: Convert any image file into a Base64 encoded text file.\n- **Decode**: Reconstruct images from Base64 encoded text files.\n- **Shuffle**: Scramble the pixels of an image based on a user-provided numeric seed. This essentially \"locks\" the image visual content.\n- **Recover**: Restore the original image from a shuffled version using the correct seed.\n\n## Technology Stack\n\n- **Backend**: Python, Flask\n- **Frontend**: HTML5, JavaScript, Tailwind CSS (CDN), Material Design Icons\n- **Core Logic**: [PixelPuzzle](https://github.com/ZhanZiyuan/PixelPuzzle) Python library\n\n## Getting Started\n\n### Prerequisites\n\n- Python\u003e=3.10\n- pip\n\n### Installation\n\n- Clone the repository:\n\n   ```bash\n   git clone https://github.com/ZhanZiyuan/PixelPuzzle-web.git\n   cd PixelPuzzle-web\n   ```\n\n- Install the required dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n### Running Locally\n\n- Start the Flask application:\n\n   ```bash\n   python api/app.py\n   ```\n\n- Open your web browser and navigate to:\n\n   ```bash\n   http://127.0.0.1:5000\n   ```\n\n## License\n\nDistributed under the GPLv3 License. See [LICENSE](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhanziyuan%2Fpixelpuzzle-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhanziyuan%2Fpixelpuzzle-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhanziyuan%2Fpixelpuzzle-web/lists"}