{"id":15521714,"url":"https://github.com/srilakshmikanthanp/libio","last_synced_at":"2025-09-09T22:39:17.048Z","repository":{"id":158945198,"uuid":"370031843","full_name":"srilakshmikanthanp/libio","owner":"srilakshmikanthanp","description":"Beginners Friendly Input/Output Library For C, Python Like Syntax!","archived":false,"fork":false,"pushed_at":"2022-09-08T09:41:52.000Z","size":236,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T02:31:07.509Z","etag":null,"topics":["beginners-friendly","c","input-output","library"],"latest_commit_sha":null,"homepage":"https://srilakshmikanthanp.github.io/libio/","language":"C","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/srilakshmikanthanp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-23T11:14:34.000Z","updated_at":"2023-05-27T11:33:59.000Z","dependencies_parsed_at":"2023-05-07T07:24:11.044Z","dependency_job_id":null,"html_url":"https://github.com/srilakshmikanthanp/libio","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srilakshmikanthanp%2Flibio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srilakshmikanthanp%2Flibio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srilakshmikanthanp%2Flibio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srilakshmikanthanp%2Flibio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srilakshmikanthanp","download_url":"https://codeload.github.com/srilakshmikanthanp/libio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093180,"owners_count":20722402,"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":["beginners-friendly","c","input-output","library"],"created_at":"2024-10-02T10:36:36.251Z","updated_at":"2025-03-28T20:14:58.889Z","avatar_url":"https://github.com/srilakshmikanthanp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003elibio\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    Easy Input Output Library For C\n    \u003cbr /\u003e\n    \u003ca href=\"https://srilakshmikanthanp.github.io/libio/docs/\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/srilakshmikanthanp/libio/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/srilakshmikanthanp/libio/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003e\u003ch2 style=\"display: inline-block\"\u003eTable of Contents\u003c/h2\u003e\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nThis is an easy input output library for c especially for begineers. This Library works on top of stdio.h but uses a input function that returns string that allocated on heap but it tracks of that with help of linked list that will be deallocated or freed after main. print function takes variable arg of char* you can convert build in types to string easily with str that uses _Generic to operate on various types.\n\n## Warning ⚠️\n\nI made this library for fun and for begineers _NOT FOR PRODUCTION_ because this library use much space on heap that going to relesed only afer main\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n~~~shell\ngit clone https://github.com/srilakshmikanthanp/libio/\n~~~\n\n### Installation\n\nThis is Header only library so just download [libio.h](src/srilakshmikanthanp/libio.h).\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nUsage is very easy, a sample whould be,\n\n~~~c\n#include \"libio.h\"\n\nint main()\n{\n    int a = input(int, \"Enter a : \");\n    int b = input(int, \"Enter a : \");\n\n    print(\"Sum = \", str(a+b));\n\n    return 0;\n}\n~~~\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nProject Link: [https://github.com/srilakshmikanthanp/libio](https://github.com/srilakshmikanthanp/libio)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrilakshmikanthanp%2Flibio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrilakshmikanthanp%2Flibio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrilakshmikanthanp%2Flibio/lists"}