{"id":28361487,"url":"https://github.com/theelephantcoder/ubuntuterminal-simulator","last_synced_at":"2026-01-29T04:46:59.770Z","repository":{"id":293378011,"uuid":"983845235","full_name":"TheElephantCoder/UbuntuTerminal-Simulator","owner":"TheElephantCoder","description":"UbuntuTerminal-Simulator is a web-based Ubuntu terminal emulator that runs entirely in your browser. You can enter Python code and see the results instantly, or try common shell commands like `ls` and `pwd` with simulated output. No installation or setup is needed—just go to the link below and start experimenting!","archived":false,"fork":false,"pushed_at":"2025-05-17T01:38:11.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T19:36:08.451Z","etag":null,"topics":["github","github-pages","html","linux","pyodide","python","simulator","terminal","ubuntu"],"latest_commit_sha":null,"homepage":"https://theelephantcoder.github.io/UbuntuTerminal-Simulator/","language":"HTML","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/TheElephantCoder.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-15T02:24:43.000Z","updated_at":"2025-05-17T01:38:14.000Z","dependencies_parsed_at":"2025-05-15T03:49:25.874Z","dependency_job_id":null,"html_url":"https://github.com/TheElephantCoder/UbuntuTerminal-Simulator","commit_stats":null,"previous_names":["theelephantcoder/ubuntuterminal-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheElephantCoder/UbuntuTerminal-Simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheElephantCoder%2FUbuntuTerminal-Simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheElephantCoder%2FUbuntuTerminal-Simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheElephantCoder%2FUbuntuTerminal-Simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheElephantCoder%2FUbuntuTerminal-Simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheElephantCoder","download_url":"https://codeload.github.com/TheElephantCoder/UbuntuTerminal-Simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheElephantCoder%2FUbuntuTerminal-Simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28862730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"online","status_checked_at":"2026-01-29T02:00:06.714Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["github","github-pages","html","linux","pyodide","python","simulator","terminal","ubuntu"],"created_at":"2025-05-28T13:40:01.026Z","updated_at":"2026-01-29T04:46:59.763Z","avatar_url":"https://github.com/TheElephantCoder.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐧 Ubuntu Terminal Simulator with Pyodide 🖥️\n\nWelcome to the **Ubuntu Terminal Simulator**! 🎉 This project allows you to interact with a terminal-like environment directly in your browser, powered by **Pyodide** 🐍 (Python in WebAssembly).\n\n![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge\u0026logo=github\u0026logoColor=white) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54) ![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge\u0026logo=markdown\u0026logoColor=white) ![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white)\n## 🌟 Features\n- 🚀 **Interactive Terminal**: Type Python commands and get instant results.\n- 🖌️ **Clean Design**: Mimics the look and feel of a Linux terminal.\n- 🧠 **Powered by Pyodide**: Runs Python code directly in the browser, no server required!\n- 🛠️ **Customizable**: Extend the terminal commands or enhance the UI with ease.\n\n## 📦 Installation\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/TheElephantCoder/UbuntuTerminal-Simulator.git\n   ```\n2. Open `index.html` in your favorite browser.\n\nThat's it! 🎉 You're ready to use the terminal simulator.\n\n## 🧑‍💻 How to Use\n1. Open the terminal in your browser.\n2. Type Python commands like:\n   ```python\n   print(\"Hello, Pyodide!\")\n   x = 5\n   x ** 2\n   ```\n3. Press `Enter` to see the output.\n\n### 🔑 Example Commands:\n- `print(\"Hello, Pyodide!\")` ➡️ Displays \"Hello, Pyodide!\"\n- `import math; math.sqrt(16)` ➡️ Calculates the square root of 16.\n- `exit` ➡️ Exits the terminal simulator.\n\n## 🛠️ Contributing\nWe welcome contributions! 👐 Whether it's fixing bugs, adding features, or improving documentation, feel free to submit a pull request.\n\n### Steps to Contribute:\n1. Fork the repository 🍴\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-branch\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add a new feature\"\n   ```\n4. Push to your fork:\n   ```bash\n   git push origin feature-branch\n   ```\n5. Create a pull request 📩.\n\n## ❤️ Acknowledgments\n- Thanks to the **Pyodide** team for making Python in WebAssembly possible! 🌐\n- Inspired by the simplicity and power of Linux terminals 🐧.\n\n---\n\nEnjoy coding in your browser! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheelephantcoder%2Fubuntuterminal-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheelephantcoder%2Fubuntuterminal-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheelephantcoder%2Fubuntuterminal-simulator/lists"}