{"id":19152789,"url":"https://github.com/michaelscript/libmoji","last_synced_at":"2025-06-15T01:35:56.432Z","repository":{"id":96695847,"uuid":"68243401","full_name":"MichaelScript/libmoji","owner":"MichaelScript","description":"Dumb little emoji library","archived":false,"fork":false,"pushed_at":"2016-11-14T08:48:58.000Z","size":2967,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-03T22:49:16.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichaelScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-14T21:06:24.000Z","updated_at":"2019-07-25T21:12:39.000Z","dependencies_parsed_at":"2023-03-13T16:25:36.165Z","dependency_job_id":null,"html_url":"https://github.com/MichaelScript/libmoji","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelScript%2Flibmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelScript%2Flibmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelScript%2Flibmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelScript%2Flibmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelScript","download_url":"https://codeload.github.com/MichaelScript/libmoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236360,"owners_count":19769580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T08:19:26.862Z","updated_at":"2025-02-22T21:15:48.825Z","avatar_url":"https://github.com/MichaelScript.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#libmoji\nDumb little emoji library\n* Provides a list of emojis and their unicode values.\n* Randomly select emojis\n* Create cool loading animations with emojis\n\n### Installation\n```bash\npip install libmoji\n```\n##Documentation\n###random()\nReturns a random emoji\n```python\nimport libmoji\nprint(libmoji.random())\n```\n#####Positional Arguments: **None**\n#####Keyword Arguments: **None**\n###get_emoji_vals()\nReturns a random emoji\n```python\nimport libmoji\nprint(libmoji.get_emoji_vals())\n```\n#####Positional Arguments: **None**\n#####Keyword Arguments: **None**\n###load_moji()\nHelps you distract how painstakingly slow your code is, with cool loading animations featuring emojis\n```python\nimport libmoji\nfrom time import sleep\n# Displays randomly chosen emojis along with a loading \"animation\" for ten seconds.\nlibmoji.load_moji(sleep,args=[10],frames=[\"LOADING.\",\"LOADING..\",\"LOADING...\"])\n```\n#####Positional Arguments:\n* **func**\n\t- The function to run while the animation is playing.\n\n#####Keyword Arguments:\n* **args**\n*(Default Value: [ ])*\n\t- Any arguments that the function takes\n* **kwargs**\n*(Default Value: { })*\n\t- Any keyword arguments that the function takes\n* **frames**\n*(Default Value: [ ])*\n\t- Text animation frames to be looped through\n* **fixed_width**\n*(Default Value: True)*\n\t- Pad animation frames to the same width\n* **text_color**\n*(Default Value: \"green\")*\n\t- Color of frame text (See termcolor for text options)\n* **text_attrs**\n*(Default Value: [\"reverse\",\"bold\"])*\n\t- Frame text attributes (See termcolor for text options)\n* **width**\n*(Default Value: 10)*\n\t- How many emojis to display\n* **delay**\n*(Default Value: 0.1)*\n\t- Delay between frames in seconds.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelscript%2Flibmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelscript%2Flibmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelscript%2Flibmoji/lists"}