{"id":17681282,"url":"https://github.com/madeindjs/writer","last_synced_at":"2025-03-12T14:31:06.581Z","repository":{"id":62589580,"uuid":"66827935","full_name":"madeindjs/writer","owner":"madeindjs","description":"A class to normalize all outputs in console","archived":true,"fork":false,"pushed_at":"2016-08-29T12:18:18.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-05T21:41:40.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madeindjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-29T08:59:04.000Z","updated_at":"2024-06-24T16:49:54.000Z","dependencies_parsed_at":"2022-11-03T17:01:52.404Z","dependency_job_id":null,"html_url":"https://github.com/madeindjs/writer","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/madeindjs%2Fwriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fwriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fwriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fwriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeindjs","download_url":"https://codeload.github.com/madeindjs/writer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243234460,"owners_count":20258470,"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-10-24T09:10:43.297Z","updated_at":"2025-03-12T14:31:06.253Z","avatar_url":"https://github.com/madeindjs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Writer\n=======\n\nA simply class to normalize all outputs in console\n\nInstalation\n-----------\n\n### Old School\n\n    git clone https://github.com/madeindjs/writer.git\n    cd writter\n    python setup.py install\n\n### New School\n\n    pip install writer\n\n\n### API usage\n\n\n~~~Python\n\u003e\u003e\u003e from writer import Writer\n\u003e\u003e\u003e Writer.title('Hellow World!')\n--------------------------------------------------------------------------------\n                                 Hellow World!                                 \n--------------------------------------------------------------------------------\n\u003e\u003e\u003e Writer.unsorted_list('hello', 'world', 'how r U?')\n    -   hello\n    -   world\n    -   how r U?\n\u003e\u003e\u003e Writer.sorted_list('hello', 'world', 'how r U?')\n    0 - hello\n    1 - world\n    2 - how r U?\n\u003e\u003e\u003e Writer.ask_int('give me an integer!')\ngive me an integer! (must be an integer)? ...a\ngive me an integer! (must be an integer)? ...b\ngive me an integer! (must be an integer)? ...1\n\u003e\u003e\u003e Writer.event('Something hapend..')\n[x] Something hapend..\n\u003e\u003e\u003e Writer.event('Something goes wrong..', False)\n[ ] Something goes wrong..\n~~~\n\nTo Do\n-----\n\n* add units test (I know. I should begin with this..)\n* support colors\n\nAuthor\n------\n\n[Rousseau Alexandre][madeindjs]\n\nLicense\n-------\n\n[MIT](https://opensource.org/licenses/MIT)\n\n\n[madeindjs]: https://github.com/madeindjs/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fwriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeindjs%2Fwriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fwriter/lists"}