{"id":21233681,"url":"https://github.com/bdr-pro/realtimeconsole","last_synced_at":"2025-03-15T02:43:58.577Z","repository":{"id":227071508,"uuid":"770354461","full_name":"BDR-Pro/RealTimeConsole","owner":"BDR-Pro","description":" Say goodbye to the old school and hello to dynamic, real-time updates. Progress bars, status messages, clean slates? We cover them all.","archived":false,"fork":false,"pushed_at":"2024-03-11T12:22:23.000Z","size":3282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T18:38:54.165Z","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/BDR-Pro.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}},"created_at":"2024-03-11T12:07:34.000Z","updated_at":"2024-03-11T12:28:41.000Z","dependencies_parsed_at":"2024-03-11T13:46:08.018Z","dependency_job_id":"94658c87-48dd-41e1-8686-4b380af0d152","html_url":"https://github.com/BDR-Pro/RealTimeConsole","commit_stats":null,"previous_names":["bdr-pro/realtimeconsole"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2FRealTimeConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2FRealTimeConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2FRealTimeConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2FRealTimeConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BDR-Pro","download_url":"https://codeload.github.com/BDR-Pro/RealTimeConsole/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676707,"owners_count":20329432,"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-20T23:59:55.454Z","updated_at":"2025-03-15T02:43:58.558Z","avatar_url":"https://github.com/BDR-Pro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RealTimeConsole ✨\n\nHey there! 👋 Welcome to `RealTimeConsole` - your go-to Python package for spicing up console outputs. Tired of static, unchanging text? We got you! Say goodbye to the old school and hello to dynamic, real-time updates. Progress bars, status messages, clean slates? We cover them all.\n\n## Get It Now! 🚀\n\nInstall `RealTimeConsole` with pip, and jump straight into the action:\n\n```bash\npip install RealTimeConsole\n```\n\nPsst... make sure your `pip` is up-to-date to dodge those annoying hiccups during installation.\n\n## How To Rock It 🎸\n\n### Yeeting the Last Line\n\nWanna update messages or progress bars like a boss? Use `RemoveLastLine`:\n\n```python\nfrom RealTimeConsole import RemoveLastLine\nfrom time import sleep\n\n# Just a lil' example to get you started:\nfor i in range(100):\n    print(f\"{'#' * i}---{i}% done...\")\n    RemoveLastLine()  # POOF! Last line gone!\n    sleep(0.1)\n```\n\n### Clearing the Console Like Magic 🧙‍♂️\n\nMessy console? Clear it out with `clearConsole` and start fresh:\n\n```python\nfrom RealTimeConsole import clearConsole\nfrom time import sleep\n\n# Zap away the old stuff:\nclearConsole()\n\nprint(\"Printing 'Hello World' 10 times, watch this space!\")\nfor i in range(10):\n    print(\"Hello World\")\n    sleep(0.1)\n\n# And... let's clear it all out again!\nprint(\"Brace yourself, clearing the console in 3...\")\nsleep(3)\nclearConsole()\n```\n\n## Works Everywhere 🌎\n\nWindows? Yep. Linux? You bet. macOS? Of course! `RealTimeConsole` is your cross-platform buddy.\n\n## Join the Squad 🤝\n\nGot ideas? Jump in and contribute! Found a bug 🐛? Wanna suggest a feature 🌟? Hit us up with an issue or PR.\n\n## Shoutout 📢\n\nBig thanks to everyone who's contributed to `RealTimeConsole`! Created by Bader Alotaibi - hit me up at `baderalotaibi3@gmail.com` for chats, collabs, you name it.\n\n## Examples 🎨 Videos\n\nWe have a few examples of how to use the package in the examples folder.\n\n1. Here With the `RemoveLastLine` function:\n\u003cvideo controls src=\"videos/remove.mp4\" title=\"Title\"\u003e\u003c/video\u003e\n\n2. Here Without the `RemoveLastLine` function:\n\u003cvideo controls src=\"videos/without.mp4\" title=\"Title\"\u003e\u003c/video\u003e\n\n3. Here With the `clearConsole` function:\n\u003cvideo controls src=\"videos/clearConsole.mp4\" title=\"Title\"\u003e\u003c/video\u003e\n\n## License 📜\n\n### [MIT License](LICENSE)\n\n## Stalk Us Here 👀\n\nPeep the source code and let's get coding: [RealTimeConsole](https://github.com/bdr-pro/RealTimeConsole).\n\n---\n\nFeel free to tweak this template to better fit your project or personality. Keep it fun, keep it fresh, and most importantly, keep coding! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Frealtimeconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdr-pro%2Frealtimeconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Frealtimeconsole/lists"}