FlamingText


NameFlamingText JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/Firdavs-coder/FlamingText
SummaryUnofficial API of flamingtext.com
upload_time2023-03-29 16:44:19
maintainer
docs_urlNone
authorFirdavs Shodiyev
requires_python
license
keywords python effects text flamingtext
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# FlamingText



## Common use

```python

from flamingText import FlamingText 

obj = FlamingText(text="Firdavs-coder", script="fluffy-logo")

print(obj.process().text)

```



## How to get script or effect name ?

To select a certain effect, you have to visit https://flamingtext.com/ and find any kind of effect. For example, the first one on the list is https://flamingtext.com/logo/Design-Comics?_variations=true. Visit the link and copy the image, which is in the center of the page. If it has not been changed, there has to be a WROOM image. Then copy the image URL and, as you see in the URL script query. You can find other details and parameter information on the website by editing the image and analysing the url, as described above.



## Parametres



If you want to change some of these parametres, visit https://flamingtext.com/ and research how to change. I think, these all are easy to change from its view. If you want to make transparent background `backgroundResizeToLayers=on&backgroundRadio=1&backgroundColor=%23FFFFFF` . But remember, all effects do not accept the transparent background. To find out about it visit the https://flamingtext.com/ and do change settings.



```

_comBuyRedirect: false

script: comics-logo

text: Firdavs

symbol_tagname: popular

fontsize: 95

fontname: SF Slapstick Comic

fontname_tagname: cool

textBorder: 5

growSize: 0

antialias: on

hinting: on

justify: 2

letterSpacing: 0

lineSpacing: 0

textSlant: 0

textVerticalSlant: 0

textAngle: 0

textOutline: off

textOutline: false

textOutlineSize: 2

fillTextType: 0

fillTextColor: #F00C0C

fillTextPattern: Wood

fillTextPattern_tagname: standard

fillTextGradient: Full saturation spectrum CCW

fillTextGradient_tagname: standard

fillTextGradientDirection: 0

fillTextGradientReverse: off

fillTextGradientSmartFit: 0

outlineSize: 4

fillOutlineType: 0

fillOutlineColor: #000000

fillOutlinePattern: Wood

fillOutlinePattern_tagname: standard

fillOutlineGradient: Full saturation spectrum CCW

fillOutlineGradient_tagname: standard

fillOutlineGradientDirection: 0

fillOutlineGradientReverse: off

fillOutlineGradientSmartFit: 0

outline2Size: 5

fillOutline2Type: 0

fillOutline2Color: #FFFFFF

fillOutline2Pattern: Wood

fillOutline2Pattern_tagname: standard

fillOutline2Gradient: Full saturation spectrum CCW

fillOutline2Gradient_tagname: standard

fillOutline2GradientDirection: 0

fillOutline2GradientReverse: off

fillOutline2GradientSmartFit: 0

curveHighlight: on

curveHighlight: false

curveBrightness: 41

curveFactor: 2.35

curveOffsetX: 0

curveOffsetY: 5

shadowOnFirstOutline: off

shadowType: 1

shadowXOffset: 4

shadowYOffset: 4

shadowBlur: 8

shadowColor: #000000

shadowOpacity: 80

reflectOpacity: 50

reflectTiltX: 0

reflectPercent: 66

reflectScaleYPercent: 100

reflectXOffset: 0

reflectYOffset: 0

shadowGlowColor: #0000FF

shadowGlowSize: 2

shadowGlowFeather: 5

shadowNormalColor: #3C3C3C

shadowNormalFeather: 2

shadowNormalOpacity: 50

shadowNormalTiltX: 40

shadowNormalScaleYPercent: 65

shadowNormalXOffset: 0

shadowNormalYOffset: 0

shadowSelfXOffset: 10

shadowSelfYOffset: 10

shadowSelfBlur: 0

shadowSelfOpacity: 50

backgroundResizeToLayers: on

backgroundRadio: 1

backgroundColor: #FFFFFF

backgroundPattern: Wood

backgroundPattern_tagname: standard

backgroundGradient: Full saturation spectrum CCW

backgroundGradient_tagname: standard

backgroundStarburstColorAlt: #ED2400

backgroundStarburstColor1: #BD2409

backgroundStarburstNum: 25

backgroundStarburstRayPercentage: 50

backgroundStarburstUseColor2: on

backgroundStarburstUseColor2: false

backgroundStarburstColor2: #000000

backgroundStarburstOffsetAngle: 0

backgroundStarburstXOffset: 0

backgroundStarburstYOffset: 0

backgroundStarburstCenterPercentage: 2

backgroundStarburstRadiusX: 300

backgroundStarburstRadiusY: 300

backgroundUseOverlay: off

backgroundOverlayMode: 5

backgroundOverlayPattern: Parque #1

backgroundOverlayPattern_tagname: standard

backgroundOverlayOpacity: 100

backgroundImageUrl: http://www.flamingtext.com/images/textures/texture3.jpg

useFixedSize: off

useFixedSize: false

imageWidth: 400

imageHeight: 150

imageAlignment: 4

autocrop: off

autocrop: false

autocropPadding: 0

watermark: none

ext: png

jpgQuality: 85

doScale: off

scaleWidth: 240

scaleHeight: 120

```



<a href="https://www.buymeacoffee.com/firdavs" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Firdavs-coder/FlamingText",
    "name": "FlamingText",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,effects,text,flamingtext",
    "author": "Firdavs Shodiyev",
    "author_email": "firdavscoder1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/98/a4d119dc7c1687940ac923ca529c8b7f987d4869aef40de4bbfe525eee3d/FlamingText-0.0.7.tar.gz",
    "platform": null,
    "description": "\n# FlamingText\n\n\n\n## Common use\n\n```python\n\nfrom flamingText import FlamingText \n\nobj = FlamingText(text=\"Firdavs-coder\", script=\"fluffy-logo\")\n\nprint(obj.process().text)\n\n```\n\n\n\n## How to get script or effect name ?\n\nTo select a certain effect, you have to visit https://flamingtext.com/ and find any kind of effect. For example, the first one on the list is https://flamingtext.com/logo/Design-Comics?_variations=true. Visit the link and copy the image, which is in the center of the page. If it has not been changed, there has to be a WROOM image. Then copy the image URL and, as you see in the URL script query. You can find other details and parameter information on the website by editing the image and analysing the url, as described above.\n\n\n\n## Parametres\n\n\n\nIf you want to change some of these parametres, visit https://flamingtext.com/ and research how to change. I think, these all are easy to change from its view. If you want to make transparent background `backgroundResizeToLayers=on&backgroundRadio=1&backgroundColor=%23FFFFFF` . But remember, all effects do not accept the transparent background. To find out about it visit the https://flamingtext.com/ and do change settings.\n\n\n\n```\n\n_comBuyRedirect: false\n\nscript: comics-logo\n\ntext: Firdavs\n\nsymbol_tagname: popular\n\nfontsize: 95\n\nfontname: SF Slapstick Comic\n\nfontname_tagname: cool\n\ntextBorder: 5\n\ngrowSize: 0\n\nantialias: on\n\nhinting: on\n\njustify: 2\n\nletterSpacing: 0\n\nlineSpacing: 0\n\ntextSlant: 0\n\ntextVerticalSlant: 0\n\ntextAngle: 0\n\ntextOutline: off\n\ntextOutline: false\n\ntextOutlineSize: 2\n\nfillTextType: 0\n\nfillTextColor: #F00C0C\n\nfillTextPattern: Wood\n\nfillTextPattern_tagname: standard\n\nfillTextGradient: Full saturation spectrum CCW\n\nfillTextGradient_tagname: standard\n\nfillTextGradientDirection: 0\n\nfillTextGradientReverse: off\n\nfillTextGradientSmartFit: 0\n\noutlineSize: 4\n\nfillOutlineType: 0\n\nfillOutlineColor: #000000\n\nfillOutlinePattern: Wood\n\nfillOutlinePattern_tagname: standard\n\nfillOutlineGradient: Full saturation spectrum CCW\n\nfillOutlineGradient_tagname: standard\n\nfillOutlineGradientDirection: 0\n\nfillOutlineGradientReverse: off\n\nfillOutlineGradientSmartFit: 0\n\noutline2Size: 5\n\nfillOutline2Type: 0\n\nfillOutline2Color: #FFFFFF\n\nfillOutline2Pattern: Wood\n\nfillOutline2Pattern_tagname: standard\n\nfillOutline2Gradient: Full saturation spectrum CCW\n\nfillOutline2Gradient_tagname: standard\n\nfillOutline2GradientDirection: 0\n\nfillOutline2GradientReverse: off\n\nfillOutline2GradientSmartFit: 0\n\ncurveHighlight: on\n\ncurveHighlight: false\n\ncurveBrightness: 41\n\ncurveFactor: 2.35\n\ncurveOffsetX: 0\n\ncurveOffsetY: 5\n\nshadowOnFirstOutline: off\n\nshadowType: 1\n\nshadowXOffset: 4\n\nshadowYOffset: 4\n\nshadowBlur: 8\n\nshadowColor: #000000\n\nshadowOpacity: 80\n\nreflectOpacity: 50\n\nreflectTiltX: 0\n\nreflectPercent: 66\n\nreflectScaleYPercent: 100\n\nreflectXOffset: 0\n\nreflectYOffset: 0\n\nshadowGlowColor: #0000FF\n\nshadowGlowSize: 2\n\nshadowGlowFeather: 5\n\nshadowNormalColor: #3C3C3C\n\nshadowNormalFeather: 2\n\nshadowNormalOpacity: 50\n\nshadowNormalTiltX: 40\n\nshadowNormalScaleYPercent: 65\n\nshadowNormalXOffset: 0\n\nshadowNormalYOffset: 0\n\nshadowSelfXOffset: 10\n\nshadowSelfYOffset: 10\n\nshadowSelfBlur: 0\n\nshadowSelfOpacity: 50\n\nbackgroundResizeToLayers: on\n\nbackgroundRadio: 1\n\nbackgroundColor: #FFFFFF\n\nbackgroundPattern: Wood\n\nbackgroundPattern_tagname: standard\n\nbackgroundGradient: Full saturation spectrum CCW\n\nbackgroundGradient_tagname: standard\n\nbackgroundStarburstColorAlt: #ED2400\n\nbackgroundStarburstColor1: #BD2409\n\nbackgroundStarburstNum: 25\n\nbackgroundStarburstRayPercentage: 50\n\nbackgroundStarburstUseColor2: on\n\nbackgroundStarburstUseColor2: false\n\nbackgroundStarburstColor2: #000000\n\nbackgroundStarburstOffsetAngle: 0\n\nbackgroundStarburstXOffset: 0\n\nbackgroundStarburstYOffset: 0\n\nbackgroundStarburstCenterPercentage: 2\n\nbackgroundStarburstRadiusX: 300\n\nbackgroundStarburstRadiusY: 300\n\nbackgroundUseOverlay: off\n\nbackgroundOverlayMode: 5\n\nbackgroundOverlayPattern: Parque #1\n\nbackgroundOverlayPattern_tagname: standard\n\nbackgroundOverlayOpacity: 100\n\nbackgroundImageUrl: http://www.flamingtext.com/images/textures/texture3.jpg\n\nuseFixedSize: off\n\nuseFixedSize: false\n\nimageWidth: 400\n\nimageHeight: 150\n\nimageAlignment: 4\n\nautocrop: off\n\nautocrop: false\n\nautocropPadding: 0\n\nwatermark: none\n\next: png\n\njpgQuality: 85\n\ndoScale: off\n\nscaleWidth: 240\n\nscaleHeight: 120\n\n```\n\n\n\n<a href=\"https://www.buymeacoffee.com/firdavs\" target=\"_blank\"><img src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" ></a>\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Unofficial API of flamingtext.com",
    "version": "0.0.7",
    "split_keywords": [
        "python",
        "effects",
        "text",
        "flamingtext"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5d2d7cb9b0bfd336308d8eefbf709155ce9f72d4473cabef0613da9087ed222",
                "md5": "095aaa65d2b39f609813b9526c63d029",
                "sha256": "441b20404b86371137118b1cf0193a9f635f3639a8b4880b97a93030b00f069f"
            },
            "downloads": -1,
            "filename": "FlamingText-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "095aaa65d2b39f609813b9526c63d029",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4800,
            "upload_time": "2023-03-29T16:44:17",
            "upload_time_iso_8601": "2023-03-29T16:44:17.176135Z",
            "url": "https://files.pythonhosted.org/packages/d5/d2/d7cb9b0bfd336308d8eefbf709155ce9f72d4473cabef0613da9087ed222/FlamingText-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6898a4d119dc7c1687940ac923ca529c8b7f987d4869aef40de4bbfe525eee3d",
                "md5": "178a50f7af3ff5abe2b4e2e05b7b6e4f",
                "sha256": "ad4399a9da1608b5d08b7425a283fb94e2f3f3c5030477c6a4ffe4247d3229a7"
            },
            "downloads": -1,
            "filename": "FlamingText-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "178a50f7af3ff5abe2b4e2e05b7b6e4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4826,
            "upload_time": "2023-03-29T16:44:19",
            "upload_time_iso_8601": "2023-03-29T16:44:19.289479Z",
            "url": "https://files.pythonhosted.org/packages/68/98/a4d119dc7c1687940ac923ca529c8b7f987d4869aef40de4bbfe525eee3d/FlamingText-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-29 16:44:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Firdavs-coder",
    "github_project": "FlamingText",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "flamingtext"
}
        
Elapsed time: 0.09138s