{"id":23469152,"url":"https://github.com/shivam5992/pywordcloud-flask","last_synced_at":"2025-04-14T15:35:15.077Z","repository":{"id":13461942,"uuid":"16151683","full_name":"shivam5992/pywordcloud-flask","owner":"shivam5992","description":"Wordcloud using words from websites in python","archived":false,"fork":false,"pushed_at":"2014-06-13T17:50:08.000Z","size":208,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T04:28:37.413Z","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/shivam5992.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-22T20:30:59.000Z","updated_at":"2021-06-15T13:15:25.000Z","dependencies_parsed_at":"2022-09-23T13:11:55.867Z","dependency_job_id":null,"html_url":"https://github.com/shivam5992/pywordcloud-flask","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/shivam5992%2Fpywordcloud-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam5992%2Fpywordcloud-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam5992%2Fpywordcloud-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam5992%2Fpywordcloud-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivam5992","download_url":"https://codeload.github.com/shivam5992/pywordcloud-flask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248906838,"owners_count":21181223,"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-12-24T14:59:44.761Z","updated_at":"2025-04-14T15:35:15.044Z","avatar_url":"https://github.com/shivam5992.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"WordTagCloud\n============\n\nWordTagCloud creates a word cloud by collecting the words having most frequency from a webpage. The words are refined and processed before producing the output. The words with maximum frequency are shown in bigger font size as compared to those having less frequency. \n\nImproved Version: PyWordCloud Python Package:\n\n(https://github.com/shivam5992/pywordcloud)\n\n###Algorithm to calculate font size based on frequency\n\n```python\nfontMax = 5.5\nfontMin = 1.5\nK = (freqTag - minFreq)/(maxFreq - minFreq)\nfrange = fontMax - fontMin\nC = 4            \nK = float(freqTag - minFreq)/(maxFreq - minFreq)\nsize = fontMin + (C*float(K*frange/C))\n```\n\n\nLicence\n----------\nMIT\n\nLive Demo\n----------\n[WordTagCloud](http://wordtagcloud.herokuapp.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam5992%2Fpywordcloud-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivam5992%2Fpywordcloud-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam5992%2Fpywordcloud-flask/lists"}