{"id":15411974,"url":"https://github.com/fcrozetta/img2xlsx","last_synced_at":"2025-11-08T05:30:35.691Z","repository":{"id":43241272,"uuid":"247366167","full_name":"fcrozetta/img2xlsx","owner":"fcrozetta","description":"https://img2xlsx.herokuapp.com/","archived":false,"fork":false,"pushed_at":"2023-05-01T21:22:45.000Z","size":42,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T01:33:03.886Z","etag":null,"topics":[],"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/fcrozetta.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":"2020-03-14T22:57:33.000Z","updated_at":"2022-07-01T09:01:22.000Z","dependencies_parsed_at":"2024-10-20T14:36:27.748Z","dependency_job_id":null,"html_url":"https://github.com/fcrozetta/img2xlsx","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"84fb561dc6ae2e6f0b214e5c4d7c69362e155f2a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fimg2xlsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fimg2xlsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fimg2xlsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrozetta%2Fimg2xlsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcrozetta","download_url":"https://codeload.github.com/fcrozetta/img2xlsx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239549860,"owners_count":19657536,"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":[],"created_at":"2024-10-01T16:50:44.182Z","updated_at":"2025-11-08T05:30:35.654Z","avatar_url":"https://github.com/fcrozetta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Img2xlsx\n\nThis is a proof-of-concept of a simple program that transform an image to an spreadsheet.\n\nEach pixel is will be placed in a cell. The cell background will be filled with a solid color representing the pixel color (RGB)\n\n# How to use it\nThere are two ways to use the program. One is sending a post requet to the endpoint https://img2xlsx.herokuapp.com/\nThe body should containg the base64 of the image. Since thius is a free node, you may find some problems with the file size. Only small images will be converted\n\nThe second way is cloning this repository and starting the server yourself.\nYou should install the requirements:\n``` bash\npip install -r requirements.txt\n```\n\nand then start the server:\n``` bash\nflask run\n```\n\nafter that, send a post request to 127.0.0.1:5000 with your base64 image","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrozetta%2Fimg2xlsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcrozetta%2Fimg2xlsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrozetta%2Fimg2xlsx/lists"}