# Pixelti - Transform Your Pictures into Pixel Art
Pixelti is a Python program designed to effortlessly convert any image into captivating pixel art. Follow these simple steps to get started with Pixelti on your local machine.
## Prerequisites
Ensure that you have the following installed on your system:
- [Python 3.6 or later](https://www.python.org/downloads/)
- [pip](https://pip.pypa.io/en/stable/installation/)
- [make](https://www.gnu.org/software/make/)
## Setup
1. Clone the Pixelti repository to your local machine.
```bash
git clone https://github.com/your-username/pixelti.git
```
2. Navigate to the project directory.
```bash
cd pixelti
```
3. Run the following command to initialize the required environment.
```bash
make init
```
## Installation
After initialization, install Pixelti dependencies with:
```bash
make install
```
With this, your Pixelti environment is set up and ready to go.
## Usage
Explore Pixelti's capabilities by running the program. Utilize the python --help command to view available options.
Example Usage:
```bash
python cli.py http://image-url.dev/sampleimage.jpg --pixelsize 10 --save --filename cool-pixelart.jpg
```
Adjust the parameters according to your preferences
- `--pixelsize` This parameter determines how many original pixels will be combined into one pixel in the resulting pixel ar
- `--save` Save pixel art into a file
- `--filename` Define output file name, default: random string
## Contribution
If you wish to contribute to Pixelti, please fork the repository, make your changes, and submit a pull request. Your contributions are highly appreciated!
Raw data
{
"_id": null,
"home_page": "https://github.com/titancodehub/pixelti",
"name": "pixelti",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pixel,art,creative",
"author": "titanabrian",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/53/44/e4e4ffd12eeeb97ac30ee2908329c8716635eaa745f3fa118c382cef47bf/pixelti-0.1.0a11.tar.gz",
"platform": null,
"description": "# Pixelti - Transform Your Pictures into Pixel Art\n\nPixelti is a Python program designed to effortlessly convert any image into captivating pixel art. Follow these simple steps to get started with Pixelti on your local machine.\n\n## Prerequisites\n\nEnsure that you have the following installed on your system:\n- [Python 3.6 or later](https://www.python.org/downloads/)\n- [pip](https://pip.pypa.io/en/stable/installation/)\n- [make](https://www.gnu.org/software/make/)\n\n## Setup\n\n1. Clone the Pixelti repository to your local machine.\n\n ```bash\n git clone https://github.com/your-username/pixelti.git\n ```\n\n2. Navigate to the project directory.\n\n ```bash\n cd pixelti\n ```\n\n3. Run the following command to initialize the required environment.\n\n ```bash\n make init\n ```\n\n## Installation\n\nAfter initialization, install Pixelti dependencies with:\n\n```bash\nmake install\n```\n\nWith this, your Pixelti environment is set up and ready to go.\n\n## Usage\n\nExplore Pixelti's capabilities by running the program. Utilize the python --help command to view available options.\n\nExample Usage:\n\n```bash\npython cli.py http://image-url.dev/sampleimage.jpg --pixelsize 10 --save --filename cool-pixelart.jpg\n```\n\nAdjust the parameters according to your preferences\n- `--pixelsize` This parameter determines how many original pixels will be combined into one pixel in the resulting pixel ar\n- `--save` Save pixel art into a file\n- `--filename` Define output file name, default: random string\n\n## Contribution\n\nIf you wish to contribute to Pixelti, please fork the repository, make your changes, and submit a pull request. Your contributions are highly appreciated!\n",
"bugtrack_url": null,
"license": "",
"summary": "A pixel art creation tool",
"version": "0.1.0a11",
"project_urls": {
"Homepage": "https://github.com/titancodehub/pixelti"
},
"split_keywords": [
"pixel",
"art",
"creative"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3bcc8e432c92556e6348cd03d140d9e62bd4fb5338b278c1acc6a9d60749df7f",
"md5": "aa6ea976bf838944ad6082fa85a6b4bc",
"sha256": "0748e9037979db9d834243bc80ce47b6a176e4e0520c7fecb3ce9cfd756186fc"
},
"downloads": -1,
"filename": "pixelti-0.1.0a11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "aa6ea976bf838944ad6082fa85a6b4bc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8340,
"upload_time": "2023-11-18T19:52:38",
"upload_time_iso_8601": "2023-11-18T19:52:38.118879Z",
"url": "https://files.pythonhosted.org/packages/3b/cc/8e432c92556e6348cd03d140d9e62bd4fb5338b278c1acc6a9d60749df7f/pixelti-0.1.0a11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5344e4e4ffd12eeeb97ac30ee2908329c8716635eaa745f3fa118c382cef47bf",
"md5": "9022b5779181cca256c12019461929c0",
"sha256": "932c0eb5c5f97ede20bc80b597f4bff748a38eced6393bfb7e292a6d6602916c"
},
"downloads": -1,
"filename": "pixelti-0.1.0a11.tar.gz",
"has_sig": false,
"md5_digest": "9022b5779181cca256c12019461929c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7856,
"upload_time": "2023-11-18T19:52:39",
"upload_time_iso_8601": "2023-11-18T19:52:39.864828Z",
"url": "https://files.pythonhosted.org/packages/53/44/e4e4ffd12eeeb97ac30ee2908329c8716635eaa745f3fa118c382cef47bf/pixelti-0.1.0a11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-18 19:52:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "titancodehub",
"github_project": "pixelti",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "Colr",
"specs": [
[
"==",
"0.9.1"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"1.26.2"
]
]
},
{
"name": "Pillow",
"specs": [
[
"==",
"10.1.0"
]
]
},
{
"name": "Pillow",
"specs": [
[
"==",
"10.1.0"
]
]
},
{
"name": "setuptools",
"specs": [
[
"==",
"68.2.2"
]
]
},
{
"name": "typer",
"specs": [
[
"==",
"0.9.0"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
"==",
"4.8.0"
]
]
},
{
"name": "validators",
"specs": [
[
"==",
"0.22.0"
]
]
}
],
"lcname": "pixelti"
}