pyMicroCode


NamepyMicroCode JSON
Version 7.0.0 PyPI version JSON
download
home_pagehttps://github.com/mastercodermerwin/pyMicroCode
Summarygenerate microcode(these are sort of like qrcode but have someother uses)
upload_time2023-01-23 11:49:28
maintainer
docs_urlNone
authorCactochan
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyMicroCode 7.0.0

It's a module to generate microcode(these are sort of like qrcode but have someother uses)

<p align="right"> <img src="https://komarev.com/ghpvc/?username=meriwn-py-micro-code&label=Project%20views&color=0e75b6&style=flat" alt="darkmash-org" /> </p>


## Features

- Easy to use.
- Have a lot of customisation freedom.
- Secure(AES).
- Data Compression.


## Examples

```python
import pyMicroCode

mc = pyMicroCode.MicroCode()
```

Write :
write()

args :
       
       file_name = > name of the file to save. 
       data_ = > data which will be saved.
       password = > password to read the file.
       mode="normal" = > mode (safe/normal).
       size=(200,200) = > size of the MicroCode.
       start_pos=(0,0) = > where to start the data writing.
       dim_brightness=0 = > to decrease the color brightness.
       brightness=0 = > to increase the color brightness.
       vertical_spacing=0 = > to add spacing vertically.
       spacing=0 = > horizontal spacing. 

```python
mc.write("Hello_world.png","HI","my_pass")
```

Read :

args :
       
       file_name = > file to read.
       password = > password of the MicroCode.
       mode="normal" = > mode in which the MicroCode was created.
       start_pos=(0,0) = > at which pos the msg starts.
       dimed_brightness=0 = > decreased brightness.
       brightness=0 = > increased brightness.

Read()
```python
mc.Read("Hello_world.png","my_pass")
```
## License

[MIT](https://choosealicense.com/licenses/mit/)


## Author

- [@Merwin](https://github.com/mastercodermerwin)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mastercodermerwin/pyMicroCode",
    "name": "pyMicroCode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cactochan",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/62/66/16ac6954c98e321c7051d09f75f4152a11ac924879a22f8bf78daba7975b/pyMicroCode-7.0.0.tar.gz",
    "platform": null,
    "description": "# pyMicroCode 7.0.0\n\nIt's a module to generate microcode(these are sort of like qrcode but have someother uses)\n\n<p align=\"right\"> <img src=\"https://komarev.com/ghpvc/?username=meriwn-py-micro-code&label=Project%20views&color=0e75b6&style=flat\" alt=\"darkmash-org\" /> </p>\n\n\n## Features\n\n- Easy to use.\n- Have a lot of customisation freedom.\n- Secure(AES).\n- Data Compression.\n\n\n## Examples\n\n```python\nimport pyMicroCode\n\nmc = pyMicroCode.MicroCode()\n```\n\nWrite :\nwrite()\n\nargs :\n       \n       file_name = > name of the file to save. \n       data_ = > data which will be saved.\n       password = > password to read the file.\n       mode=\"normal\" = > mode (safe/normal).\n       size=(200,200) = > size of the MicroCode.\n       start_pos=(0,0) = > where to start the data writing.\n       dim_brightness=0 = > to decrease the color brightness.\n       brightness=0 = > to increase the color brightness.\n       vertical_spacing=0 = > to add spacing vertically.\n       spacing=0 = > horizontal spacing. \n\n```python\nmc.write(\"Hello_world.png\",\"HI\",\"my_pass\")\n```\n\nRead :\n\nargs :\n       \n       file_name = > file to read.\n       password = > password of the MicroCode.\n       mode=\"normal\" = > mode in which the MicroCode was created.\n       start_pos=(0,0) = > at which pos the msg starts.\n       dimed_brightness=0 = > decreased brightness.\n       brightness=0 = > increased brightness.\n\nRead()\n```python\nmc.Read(\"Hello_world.png\",\"my_pass\")\n```\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Author\n\n- [@Merwin](https://github.com/mastercodermerwin)\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "generate microcode(these are sort of like qrcode but have someother uses)",
    "version": "7.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "626616ac6954c98e321c7051d09f75f4152a11ac924879a22f8bf78daba7975b",
                "md5": "27be21270783c4e0dc4f750f4b97deaf",
                "sha256": "0566001828dcba9f4b779732042227386f22e4a4af6bc82c0bf61aadffc6058b"
            },
            "downloads": -1,
            "filename": "pyMicroCode-7.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "27be21270783c4e0dc4f750f4b97deaf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4219,
            "upload_time": "2023-01-23T11:49:28",
            "upload_time_iso_8601": "2023-01-23T11:49:28.443449Z",
            "url": "https://files.pythonhosted.org/packages/62/66/16ac6954c98e321c7051d09f75f4152a11ac924879a22f8bf78daba7975b/pyMicroCode-7.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-23 11:49:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mastercodermerwin",
    "github_project": "pyMicroCode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pymicrocode"
}
        
Elapsed time: 0.09288s