{ "info": { "author": "issuemeaname", "author_email": "issuemeaname@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# imginit\n`imginit` is a CLI (Command-Line Interface) application made in Python that creates images and allows customisation for what they contain. You can customise the size, colour and the output directory (what folder the images will be placed in after creation). \n\n`imginit` also comes with built-in default argument values, making the creation of test material more efficient when using `imginit`.\n\n\n## Installation\n### Requirements\n* **Python 3.7.1** or later\n\n#### Python\nYou can get the latest version of Python 3 for your OS (Operating System) by clicking [here](https://wiki.python.org/moin/BeginnersGuide/Download), However, if you would like the exact version that `imginit` was made in, you can download the set-up files for that version [here](https://www.python.org/downloads/release/python-371/).\n\nAfter installation, or if you already have Python installed, you can use `pip` to install `imginit` like so:\n\n```python\npip install imginit\n```\n\n## Usage\n\n```\nimginit n [--size/-s width height] [--colour/-c rg b] [--dir/-d path] \n```\n\nUsing `imginit` on its own creates 10 white, 800x600, .PNG images within the directory the command was run in. This can be helpful for creating images made for testing purposes both quickly and efficiently.\n\n#### n\nUsing the `n` argument defines how many images will be made. It cannot be less than or equal to 0 and must be an integer, otherwise the program will not work accordingly.\n\n```\nimginit 100\n```\n\nCreates 100 of the same images as described above.\n\n#### size\nUsing `imginit --size` enables size manipulation for all of the images being generated. The parameter requires 2 arguments: the width and the height.\n\n```\nimginit 100 --size 1920 1080 \n```\n\nYou can also use the shortened alias `-s` for faster queries.\n\n```\nimginit 100 -s 1920 1080\n```\n\n#### colour\nTo change the colour of the image, you can use the `--colour` parameter followed by 3 numbers, all of which must be a number between 0 - 255. The colour mode used is RGB, so if you would like the image to be red then you would do\n\n```\nimginit 50 --colour 255 0 0\n```\n\nColour is spelled this way due to my being in the UK, but it also supports US spelling so you can do `--color` instead and `imginit` will still work accordingly.\n\nThe shortened alias `-c` can also be used as a replacement.\n\n```\nimginit 50 -c 255 0 0\n```\n\n#### directory\n`imginit` uses the CLI's current working directory as the output directory. This can be changed by using the `--dir` parameter and supplying a path to a directory that exists.\n\n```\nimginit 25 --dir C:\\Users\\Me\\Pictures\n```\n\nYou can always use `-d` as the shortened alias for `--dir`.\n\n```\nimginit 25 -d C:\\Users\\Me\\Pictures\n```\n\n## Note\nCurrently the only OS I have tested `imginit` on is Windows 7, so if there are any issues then feel free to report the issue [here](https://github.com/issuemeaname/imginit/issues).\n\n## License\n\n`imginit` goes by the MIT License as shown in [LICENSE](LICENSE).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/issuemeaname/imginit", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "imginit", "package_url": "https://pypi.org/project/imginit/", "platform": "", "project_url": "https://pypi.org/project/imginit/", "project_urls": { "Homepage": "https://github.com/issuemeaname/imginit" }, "release_url": "https://pypi.org/project/imginit/1.0a1/", "requires_dist": null, "requires_python": "", "summary": "CLI application for bulk image instantiation with basic feature support", "version": "1.0a1" }, "last_serial": 4527919, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "0c4a15d04697eed8eefc3c14ca3ec211", "sha256": "d0d08bccc571a5224c13ba84e39afd77069ae6e2914b80185219412bb2e146b9" }, "downloads": -1, "filename": "imginit-1.0a1-py3-none-any.whl", "has_sig": false, "md5_digest": "0c4a15d04697eed8eefc3c14ca3ec211", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3460, "upload_time": "2018-11-26T04:09:36", "url": "https://files.pythonhosted.org/packages/d3/ad/9e70c54b445a20c18aa090700ef4d2144602fcc3f9a70af6b96210f3ced3/imginit-1.0a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7182dda6f1f2542d94c42e6b2ec63e83", "sha256": "d1e39a13d4d7959723f009c112b6ddbcd306659ece7bd22bd425319596b5673d" }, "downloads": -1, "filename": "imginit-1.0a1.tar.gz", "has_sig": false, "md5_digest": "7182dda6f1f2542d94c42e6b2ec63e83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2605, "upload_time": "2018-11-26T04:09:37", "url": "https://files.pythonhosted.org/packages/74/ef/b7f4059d08345559f5041845c392f14331a56331446f893e79b45adcaab2/imginit-1.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c4a15d04697eed8eefc3c14ca3ec211", "sha256": "d0d08bccc571a5224c13ba84e39afd77069ae6e2914b80185219412bb2e146b9" }, "downloads": -1, "filename": "imginit-1.0a1-py3-none-any.whl", "has_sig": false, "md5_digest": "0c4a15d04697eed8eefc3c14ca3ec211", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3460, "upload_time": "2018-11-26T04:09:36", "url": "https://files.pythonhosted.org/packages/d3/ad/9e70c54b445a20c18aa090700ef4d2144602fcc3f9a70af6b96210f3ced3/imginit-1.0a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7182dda6f1f2542d94c42e6b2ec63e83", "sha256": "d1e39a13d4d7959723f009c112b6ddbcd306659ece7bd22bd425319596b5673d" }, "downloads": -1, "filename": "imginit-1.0a1.tar.gz", "has_sig": false, "md5_digest": "7182dda6f1f2542d94c42e6b2ec63e83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2605, "upload_time": "2018-11-26T04:09:37", "url": "https://files.pythonhosted.org/packages/74/ef/b7f4059d08345559f5041845c392f14331a56331446f893e79b45adcaab2/imginit-1.0a1.tar.gz" } ] }