{"id":23402676,"url":"https://github.com/impavloh/desktoplimbokeys","last_synced_at":"2025-04-11T20:35:51.305Z","repository":{"id":221595285,"uuid":"754836678","full_name":"ImPavloh/DesktopLimboKeys","owner":"ImPavloh","description":"Play with the Limbo Keys on your desktop | PyGame using animated windows","archived":false,"fork":false,"pushed_at":"2024-05-20T19:49:11.000Z","size":2642,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T16:45:07.145Z","etag":null,"topics":["geometrydash","limbokeys","pygame"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImPavloh.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":"2024-02-08T21:19:39.000Z","updated_at":"2024-08-24T13:52:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"920f6fbd-497a-4060-942b-aeef04be53c7","html_url":"https://github.com/ImPavloh/DesktopLimboKeys","commit_stats":null,"previous_names":["impavloh/desktoplimbokeys"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImPavloh%2FDesktopLimboKeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImPavloh%2FDesktopLimboKeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImPavloh%2FDesktopLimboKeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImPavloh%2FDesktopLimboKeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImPavloh","download_url":"https://codeload.github.com/ImPavloh/DesktopLimboKeys/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248477563,"owners_count":21110516,"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":["geometrydash","limbokeys","pygame"],"created_at":"2024-12-22T12:35:48.119Z","updated_at":"2025-04-11T20:35:51.281Z","avatar_url":"https://github.com/ImPavloh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./assets/title.png\" alt=\"Window Limbo Keys.py\"/\u003e\r\n  \u003cp align=\"center\"\u003e\r\n    🔑\u003cem\u003e Play with the Limbo Keys on your desktop \u003c/em\u003e🪟\r\n  \u003c/p\u003e\r\n  \u003cp align=\"center\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white\" alt=\"Windows\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black\" alt=\"Linux\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/Python-3776AB.svg?style=for-the-badge\u0026logo=Python\u0026logoColor=white\" alt=\"Python\"\u003e\r\n  \u003c/p\u003e\r\n\u003c/p\u003e\r\n\r\n## 🎯 Features\r\n\r\n- ⭐ **Family-Friendly Interface**: Designed to be accessible and safe for users of all ages.\r\n- 🔁 **Cross-Platform Compatibility**: Works seamlessly on both Linux and Windows.\r\n- ⚙️ **Easy Configuration**: Utilize JSON for straightforward setup.\r\n- 🛠️ **Fully Customizable**: Tailor settings to fit your preferences.\r\n\r\n  \u003cimg src=\"https://i.imgur.com/Er7qpZP.png\" alt=\"Main Menu interface\" height=\"300\"/\u003e\r\n  \u003cimg src=\"https://i.imgur.com/nDF11yJ.png\" alt=\"Settings interface\" height=\"300\"/\u003e\r\n\r\n## 🚀 Usage\r\n\r\n\u003e [!WARNING]  \r\n\u003e **[Download Python](https://www.python.org/downloads/)** if you don't have it yet. It's necessary.\r\n   \r\n1. **Clone the repository** 🔗\r\n   - If you have [Git](https://git-scm.com/downloads), use it to clone the repository to your local machine:\r\n     ```bash\r\n     git clone https://github.com/impavloh/DesktopLimboKeys\r\n     ```\r\n   - Or [download](https://github.com/impavloh/DesktopLimboKeys/archive/refs/heads/master.zip) the project directly using the 'Download ZIP' option from \"CODE\" (the green button)\r\n\r\n2. **Navigate to the project directory** 📂\r\n   ```bash\r\n   cd DesktopLimboKeys\r\n   ```\r\n\r\n3. **Install requirements** 📦\r\n    - Use [pip](https://python.land/virtual-environments/installing-packages-with-pip) to install the necessary dependencies:\r\n   ```bash\r\n   pip install -r requirements.txt\r\n   ```\r\n   \r\n4. **Launch the game** ▶️\r\n    - Start the game using Python:\r\n    ```bash\r\n    python menu.py\r\n    ```\r\n    - If you are using Linux, you have to use python3 instead:\r\n    ```bash\r\n    python3 menu.py\r\n    ```\r\n\r\n\u003e [!NOTE]  \r\n\u003e Use the file `howToInstall.txt` to review the installation steps again.\r\n\u003e If you still need support, contact with me via [Twitter](https://twitter.com/impavloh) or [Discord](https://discord.com/users/471780464542351393).\r\n\r\n## 📃 Credits\r\n- 🎮 [RobTop](https://x.com/RobTopGames), the owner of the game assets, including sprites and sound of for [Geometry Dash](https://store.steampowered.com/app/322170/Geometry_Dash/)\r\n- 👾 [Mindcap](https://x.com/MindCap), creator of the Geometry Dash level \"[Limbo](https://gdbrowser.com/86084399)\"\r\n- 🔑 [Crohn44](https://www.youtube.com/channel/UC_uAx-Nk1tvsVubM9LaJWxQ), final part of Limbo (keys concept)\r\n- 🎵 [NightHawk22](https://nighthawk22.newgrounds.com), for composing the original music \"[Isolation](https://www.newgrounds.com/audio/listen/76743)\"\r\n- 💻 [Quasar098](https://github.com/quasar098), for the [original code](https://github.com/quasar098/limbos32) related to the animation of the keys and the server-client communication. Initially, I planned to just submit a PR, but was motivated to develop a project from the ground up using his work as inspiration :)\r\n- 📝 Flat-it - The main font used in Geometry Dash\r\n\r\n## 💡 Contributing\r\n**Contributions are welcome!** For major changes, please open an [issue](https://github.com/impavloh/DesktopLimboKeys/issues) first to discuss what you would like to change.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpavloh%2Fdesktoplimbokeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimpavloh%2Fdesktoplimbokeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpavloh%2Fdesktoplimbokeys/lists"}