{"id":19092695,"url":"https://github.com/chloelavrat/nonogramqr","last_synced_at":"2026-01-17T22:53:02.572Z","repository":{"id":161639511,"uuid":"346096615","full_name":"chloelavrat/NonogramQR","owner":"chloelavrat","description":"Solve, Scan and Discover: Turn Text into a nonogram Puzzle!","archived":false,"fork":false,"pushed_at":"2024-08-05T12:01:06.000Z","size":2933,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T02:23:38.286Z","etag":null,"topics":["nonogram","nonogram-generator","python","qrcode","qrcode-generator","reddit"],"latest_commit_sha":null,"homepage":"","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/chloelavrat.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":"2021-03-09T17:57:46.000Z","updated_at":"2024-08-05T12:01:09.000Z","dependencies_parsed_at":"2024-11-09T03:21:34.693Z","dependency_job_id":"f872b397-18f7-4748-b408-1dbe3116423f","html_url":"https://github.com/chloelavrat/NonogramQR","commit_stats":null,"previous_names":["chloelavrat/qr-gram","chloelavrat/nonogramqr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chloelavrat%2FNonogramQR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chloelavrat%2FNonogramQR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chloelavrat%2FNonogramQR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chloelavrat%2FNonogramQR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chloelavrat","download_url":"https://codeload.github.com/chloelavrat/NonogramQR/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247007296,"owners_count":20868189,"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":["nonogram","nonogram-generator","python","qrcode","qrcode-generator","reddit"],"created_at":"2024-11-09T03:21:25.939Z","updated_at":"2026-01-17T22:53:02.525Z","avatar_url":"https://github.com/chloelavrat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./assets/readme_banner.png\" alt=\"Banner\" style=\"border-radius: 17px; width: 100%; max-width: 800px; height: auto;\"\u003e\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003e\n  \u003cb\u003e\u003ca href=\"https://pcb-lullaby.streamlit.app\"\u003eOnline App\u003c/a\u003e\u003c/b\u003e\n  •\n  \u003cb\u003e\u003ca href=\"#python-api\"\u003ePython API\u003c/a\u003e\u003c/b\u003e\n  •\n  \u003cb\u003e\u003ca href=\"https://nonogramqr.streamlit.app\"\u003eDemo\u003c/a\u003e\u003c/b\u003e\n\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.12-blue.svg\" alt=\"Python Versions\"\u003e\n\u003c/div\u003e\n\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eNonogramQR\u003c/b\u003e is an innovative application that seamlessly integrates the challenge of nonograms with the functionality of QR codes. This app transforms your messages into engaging puzzles, providing a unique and interactive way to reveal hidden information.\u003c/p\u003e\n\n## How It Works\n\n- **Message Encoding:** Enter your message or URL into the app or using the python API.\n- **QR Code Generation:** The message is encoded into an hidden QR code.\n- **Nonogram Creation:** The QR code is then converted into a nonogram pdf puzzle.\n- **Puzzle Solving:** Solve the nonogram to reveal the QR code.\n- **Scanning:** Use the app to scan the completed nonogram and access the original message or website.\n\n## Features\n\n- **Customizable Messages:** Encode any string of less than 25 caracter into a NonogramQR.\n- **Puzzle Difficulty:** The complexity of the nonogram adjusts based on the length of the message.\n- **Interactive Experience:** Engage with both puzzle-solving and QR code scanning in one seamless process.\n- **User-Friendly Interface:** Simple and intuitive design for ease of use with online app.\n\n## Run app locally\nIf you want to run the PCB Lullaby streamlit app locally. Two  solutions are possible:\n1. **Run the app directly in a virtual environnement**\n    \n    clone repository:\n    ```\n    git clone https://github.com/azerty-labs/NonogramQR.git\n    cd NonogramQR\n    ```\n    Create, activate and install your environnement:\n    ```\n    python -m venv .venv\n    source .venv/bin/activate\n    pip install -r requirements.txt\n    ```\n    Run the app using streamlit:\n    ```\n    streamlit run streamlit-app.py\n    ```\n2. **Run the app using docker**\n\n    Build the `nonogram-qr` docker container:\n    ```\n    docker build -t nonogram-qr .\n    ````\n    Run the container at a specified port (here 8501) \n    ```\n    docker run -p 8501:8501 nonogram-qr\n    ```\n    Go to your web browser and access [localhost:8501](http://localhost:8501)\n  \n## Python API\n\nIn order to use the NonogramQR code please do the following: \n```\ngit clone https://github.com/chloelavrat/NonogramQR.git\ncd NonogramQR/\npython -m venv venv\nsource ./venv/bin/activate\npython pip install -r requirements.txt\npython NonogramQR.py \"My message to encode\"\n```\nThen you can start using the code to generate your NonogramQR PDF.\n```\n$ python NonogramQR.py -h\nusage: NonogramQR.py [-h] [--output OUTPUT] [message ...]\n\nConvert a string into a QR code and then into a nonogram PDF.\n\npositional arguments:\n  message          Message to encode\n\noptions:\n  -h, --help       show this help message and exit\n  --output OUTPUT  Output PDF file name\n\nHave fun!\n```\n## Contributing\n\nThe NonogramQR project is an open-source project, and contributions are always welcome. If you would like to contribute to the project, you can do so by submitting a pull request or by creating an issue on the project's GitHub page.\n\n## License\n\nThe NonogramQR project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchloelavrat%2Fnonogramqr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchloelavrat%2Fnonogramqr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchloelavrat%2Fnonogramqr/lists"}