unexpected-isaves


Nameunexpected-isaves JSON
Version 2.2.0 PyPI version JSON
download
home_page
SummaryA Python library that paints an image on a spreadsheet, builds its pixel art in Minecraft, makes its ascii art, or makes a rubik's cube art out of it.
upload_time2023-12-27 03:02:26
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2022 Eric Mendes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords minecraft pixel art excel spreadsheet ascii rubiks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div id="header" align="center">
    <img src="https://user-images.githubusercontent.com/42689328/159303554-70eaea67-8840-4889-8683-b54fa7b815cb.png" alt="unexpected-isaves" width=300 />
    <h2> Unexpected image saves </h2>
    <a href="https://badge.fury.io/py/unexpected-isaves">
        <img src="https://badge.fury.io/py/unexpected-isaves.svg" alt="PyPI version"/>
    </a>
    <a href="https://pypi.org/project/unexpected-isaves/">
        <img src="https://img.shields.io/pypi/dm/unexpected-isaves" alt="PyPI - Downloads"/>
    </a>
    <a href="https://github.com/Eric-Mendes/unexpected-isaves/blob/main/LICENSE">
        <img src="https://img.shields.io/badge/license-MIT-blue" alt="License"/>
    </a>
    <a href="https://github.com/psf/black">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"/>
    </a>
</div>
<br/>

<h1> Generate images as a spreadsheet, a Minecraft pixel art, an ascii art, or a rubik's cube art using Python </h1>

A quick scroll through social media and you'll find very talented people making portraits out of dice, rubik's cube, in minecraft as pixel art, or even using MIDI notes on a Digital Audio Workstation (DAW). This package gives you the ability to do the same, with or without talent.
Currently it can only generate arts using minecraft, the cells of a spreadsheet, ascii characters, or rubik's cubes, but if you have any ideas that fit into the project's goal please [let me know](https://github.com/Eric-Mendes/unexpected-isaves/issues/10), or - even better - submit a merge request with your work!

## Table of contents
- [What does this package do :thinking:](https://github.com/Eric-Mendes/unexpected-isaves#what-does-this-package-do-thinking);
- [How to use it :computer:](https://github.com/Eric-Mendes/unexpected-isaves#how-to-use-it-computer);
- [Why unexpected-isaves?](https://github.com/Eric-Mendes/unexpected-isaves#why-unexpected-isaves);
- [Contributing :pencil:](https://github.com/Eric-Mendes/unexpected-isaves#contributing-pencil);
- [Into the wild](https://github.com/Eric-Mendes/unexpected-isaves#into-the-wild)

<hr/>

## What does this package do :thinking:
With this package you can save any `image` on a given `path` as a
- Spreadsheet:
![this_is_fine-meme-python-excel-spreadsheet-unexpected-isaves](https://user-images.githubusercontent.com/42689328/159305173-7946f75e-999d-479d-8ac6-cd09e89097c0.png)

- Minecraft Pixel Art Datapack:
![naruto-anime-python-minecraft-pixel-art-data-pack-unexpected-isaves](https://user-images.githubusercontent.com/42689328/159305299-12f8086d-0ef4-4e7a-9960-29ad777f8a7f.png)

- Ascii Art:
![capybara-python-ascii-art-unexpected-isaves](https://user-images.githubusercontent.com/42689328/216817867-b2f30809-6ae8-46f3-87d2-6c8f95a0a761.png)

- Rubik's Cube:
![apple-python-rubiks-cube-art-unexpected-isaves](https://user-images.githubusercontent.com/42689328/222265597-44f4543e-6af8-4644-8b69-489b1723a837.png)

## How to use it :computer:
First you install it in your environment like this
```bash
pip install unexpected-isaves
```
Then you can start using it already! Pass the path of any image you've got locally and try to save it using our functions!
```python
from unexpected_isaves import save_image


save_image.to_excel(
    image="my_image.png",
    path="/home/user/Documents/my_image.xlsx"
)
```

## Why unexpected-isaves?
You might be wondering: why would I ever need such a useless lib? The answer is: you wouldn't. This lib was created for learning purposes, and it was never my intention to make it useful. It might be a nice way to impress your friends on your Minecraft server, or to make an important presentation lighter with a fun spreadsheet art, though. Be creative!

You can read our [wiki](https://github.com/Eric-Mendes/unexpected-isaves/wiki) for more information about this project if you want.

## Contributing :pencil:
Just like Minecraft, everything's better when shared and built together.

Contributions are welcome and appreciated. Make sure to read our [guide for contributing](https://github.com/Eric-Mendes/unexpected_isaves/blob/main/CONTRIBUTING.md) and don't forget to check out our [code of conduct](https://github.com/Eric-Mendes/unexpected_isaves/blob/main/CODE_OF_CONDUCT.md).

## Into the wild
So you've used this tool to create the most awesome art ever? Please consider leaving a star on the repo. It helps a lot.

Have fun!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "unexpected-isaves",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Eric Mendes <ericvelasco.2000@gmail.com>",
    "keywords": "minecraft,pixel,art,excel,spreadsheet,ascii,rubiks",
    "author": "",
    "author_email": "Eric Mendes <ericvelasco.2000@gmail.com>, Henrique Souza <henriquesoliveira05@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/61/d1/dd976a1e5fefa50d48e3ebcc152f75a1e36ea5bbfd4556e0fcbcc230b35c/unexpected_isaves-2.2.0.tar.gz",
    "platform": null,
    "description": "<div id=\"header\" align=\"center\">\n    <img src=\"https://user-images.githubusercontent.com/42689328/159303554-70eaea67-8840-4889-8683-b54fa7b815cb.png\" alt=\"unexpected-isaves\" width=300 />\n    <h2> Unexpected image saves </h2>\n    <a href=\"https://badge.fury.io/py/unexpected-isaves\">\n        <img src=\"https://badge.fury.io/py/unexpected-isaves.svg\" alt=\"PyPI version\"/>\n    </a>\n    <a href=\"https://pypi.org/project/unexpected-isaves/\">\n        <img src=\"https://img.shields.io/pypi/dm/unexpected-isaves\" alt=\"PyPI - Downloads\"/>\n    </a>\n    <a href=\"https://github.com/Eric-Mendes/unexpected-isaves/blob/main/LICENSE\">\n        <img src=\"https://img.shields.io/badge/license-MIT-blue\" alt=\"License\"/>\n    </a>\n    <a href=\"https://github.com/psf/black\">\n        <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" alt=\"Code style: black\"/>\n    </a>\n</div>\n<br/>\n\n<h1> Generate images as a spreadsheet, a Minecraft pixel art, an ascii art, or a rubik's cube art using Python </h1>\n\nA quick scroll through social media and you'll find very talented people making portraits out of dice, rubik's cube, in minecraft as pixel art, or even using MIDI notes on a Digital Audio Workstation (DAW). This package gives you the ability to do the same, with or without talent.\nCurrently it can only generate arts using minecraft, the cells of a spreadsheet, ascii characters, or rubik's cubes, but if you have any ideas that fit into the project's goal please [let me know](https://github.com/Eric-Mendes/unexpected-isaves/issues/10), or - even better - submit a merge request with your work!\n\n## Table of contents\n- [What does this package do :thinking:](https://github.com/Eric-Mendes/unexpected-isaves#what-does-this-package-do-thinking);\n- [How to use it :computer:](https://github.com/Eric-Mendes/unexpected-isaves#how-to-use-it-computer);\n- [Why unexpected-isaves?](https://github.com/Eric-Mendes/unexpected-isaves#why-unexpected-isaves);\n- [Contributing :pencil:](https://github.com/Eric-Mendes/unexpected-isaves#contributing-pencil);\n- [Into the wild](https://github.com/Eric-Mendes/unexpected-isaves#into-the-wild)\n\n<hr/>\n\n## What does this package do :thinking:\nWith this package you can save any `image` on a given `path` as a\n- Spreadsheet:\n![this_is_fine-meme-python-excel-spreadsheet-unexpected-isaves](https://user-images.githubusercontent.com/42689328/159305173-7946f75e-999d-479d-8ac6-cd09e89097c0.png)\n\n- Minecraft Pixel Art Datapack:\n![naruto-anime-python-minecraft-pixel-art-data-pack-unexpected-isaves](https://user-images.githubusercontent.com/42689328/159305299-12f8086d-0ef4-4e7a-9960-29ad777f8a7f.png)\n\n- Ascii Art:\n![capybara-python-ascii-art-unexpected-isaves](https://user-images.githubusercontent.com/42689328/216817867-b2f30809-6ae8-46f3-87d2-6c8f95a0a761.png)\n\n- Rubik's Cube:\n![apple-python-rubiks-cube-art-unexpected-isaves](https://user-images.githubusercontent.com/42689328/222265597-44f4543e-6af8-4644-8b69-489b1723a837.png)\n\n## How to use it :computer:\nFirst you install it in your environment like this\n```bash\npip install unexpected-isaves\n```\nThen you can start using it already! Pass the path of any image you've got locally and try to save it using our functions!\n```python\nfrom unexpected_isaves import save_image\n\n\nsave_image.to_excel(\n    image=\"my_image.png\",\n    path=\"/home/user/Documents/my_image.xlsx\"\n)\n```\n\n## Why unexpected-isaves?\nYou might be wondering: why would I ever need such a useless lib? The answer is: you wouldn't. This lib was created for learning purposes, and it was never my intention to make it useful. It might be a nice way to impress your friends on your Minecraft server, or to make an important presentation lighter with a fun spreadsheet art, though. Be creative!\n\nYou can read our [wiki](https://github.com/Eric-Mendes/unexpected-isaves/wiki) for more information about this project if you want.\n\n## Contributing :pencil:\nJust like Minecraft, everything's better when shared and built together.\n\nContributions are welcome and appreciated. Make sure to read our [guide for contributing](https://github.com/Eric-Mendes/unexpected_isaves/blob/main/CONTRIBUTING.md) and don't forget to check out our [code of conduct](https://github.com/Eric-Mendes/unexpected_isaves/blob/main/CODE_OF_CONDUCT.md).\n\n## Into the wild\nSo you've used this tool to create the most awesome art ever? Please consider leaving a star on the repo. It helps a lot.\n\nHave fun!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Eric Mendes  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A Python library that paints an image on a spreadsheet, builds its pixel art in Minecraft, makes its ascii art, or makes a rubik's cube art out of it.",
    "version": "2.2.0",
    "project_urls": {
        "Bug Reports": "https://github.com/Eric-Mendes/unexpected-isaves/issues",
        "Homepage": "https://github.com/Eric-Mendes/unexpected-isaves",
        "Source": "https://github.com/Eric-Mendes/unexpected-isaves"
    },
    "split_keywords": [
        "minecraft",
        "pixel",
        "art",
        "excel",
        "spreadsheet",
        "ascii",
        "rubiks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "682f851acb406e6270c30d4e5b89663086a22986a4b21423d775cb8022334d48",
                "md5": "09f5846a9a7a597d8e9176ad6aa2a3e9",
                "sha256": "9d1b330731039758fad54674997c5ea95be5aff7871008f7a9f8ccb0edfae60e"
            },
            "downloads": -1,
            "filename": "unexpected_isaves-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09f5846a9a7a597d8e9176ad6aa2a3e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18078,
            "upload_time": "2023-12-27T03:02:24",
            "upload_time_iso_8601": "2023-12-27T03:02:24.722303Z",
            "url": "https://files.pythonhosted.org/packages/68/2f/851acb406e6270c30d4e5b89663086a22986a4b21423d775cb8022334d48/unexpected_isaves-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61d1dd976a1e5fefa50d48e3ebcc152f75a1e36ea5bbfd4556e0fcbcc230b35c",
                "md5": "73bd1ee819755cdd2e2c5ab903e27fdc",
                "sha256": "e5ca1e966e7ad78d0ca5055b9e8580adb5430b6008bd18eccf49f127c98fedc2"
            },
            "downloads": -1,
            "filename": "unexpected_isaves-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "73bd1ee819755cdd2e2c5ab903e27fdc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16928,
            "upload_time": "2023-12-27T03:02:26",
            "upload_time_iso_8601": "2023-12-27T03:02:26.489397Z",
            "url": "https://files.pythonhosted.org/packages/61/d1/dd976a1e5fefa50d48e3ebcc152f75a1e36ea5bbfd4556e0fcbcc230b35c/unexpected_isaves-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 03:02:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Eric-Mendes",
    "github_project": "unexpected-isaves",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "unexpected-isaves"
}
        
Elapsed time: 0.20732s