{"id":15142062,"url":"https://github.com/retiredwizard/tdeck_repl","last_synced_at":"2025-10-23T19:31:07.320Z","repository":{"id":210290586,"uuid":"726216648","full_name":"RetiredWizard/tdeck_repl","owner":"RetiredWizard","description":"LILYGO T-Deck Virtual REPL","archived":false,"fork":false,"pushed_at":"2024-09-15T16:33:49.000Z","size":165,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-09T22:41:04.413Z","etag":null,"topics":["circuitpython","esp32-s3","lilygo","lilygo-t-deck","lilygo-tdeck","st7789"],"latest_commit_sha":null,"homepage":"","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/RetiredWizard.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}},"created_at":"2023-12-01T19:37:57.000Z","updated_at":"2024-09-15T16:33:52.000Z","dependencies_parsed_at":"2023-12-01T20:35:12.352Z","dependency_job_id":"7b7603bd-910c-490f-bc55-8b0a13b38445","html_url":"https://github.com/RetiredWizard/tdeck_repl","commit_stats":null,"previous_names":["retiredwizard/tdeck_repl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetiredWizard%2Ftdeck_repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetiredWizard%2Ftdeck_repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetiredWizard%2Ftdeck_repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetiredWizard%2Ftdeck_repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RetiredWizard","download_url":"https://codeload.github.com/RetiredWizard/tdeck_repl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867955,"owners_count":16555810,"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":["circuitpython","esp32-s3","lilygo","lilygo-t-deck","lilygo-tdeck","st7789"],"created_at":"2024-09-26T09:22:16.079Z","updated_at":"2025-10-23T19:31:06.968Z","avatar_url":"https://github.com/RetiredWizard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tdeck_repl\nLILYGO T-Deck Virtual REPL\n\nPlacing code.py and tdeck_repl.py on the LilyGO [T-DECK](https://www.lilygo.cc/products/t-deck) will present a virtual REPL on the device keyboard when it boots. The trackball will function as an up/down/left/right arrow for accessing the command line history and edit functions.  \n\nTo generate an equal sign (=) enter an underscore followed by a dash (_-) and to generate square brackets enter a parenthesis followed or proceeded by a plus sign ( [ = (+, ] = +) ).\nPressing the speaker key (just left of the enter key) will generate the dollar sign ($).\n\nMulti-key translation table:  \n    _-   -\u003e   =  \n    (+   -\u003e   [  \n    +)   -\u003e   ]  \n    (-   -\u003e   \u003c  \n    -)   -\u003e   \u003e  \n    _#   -\u003e   ^  \n    _/   -\u003e   \\  \n    -/   -\u003e   %  \n*To display the key translation table on the T-Deck, type \"import keys\" from the REPL prompt.*  \n\nIn order to enable T-Deck keyboard input in python scripts add the following block of code to the import section of your code:\n```py\ntry:\n    from tdeck_repl import input\nexcept:\n    pass\n```\nThe Virtual REPL will treat a file named virtcode.py in the root directory ('/') the way the native REPL treats a code.py file, that is it will be executed within the Virtual REPL when the Microcontroller is powered up or reset. When the virtcode.py program exits the Virtual REPL will take over control.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretiredwizard%2Ftdeck_repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretiredwizard%2Ftdeck_repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretiredwizard%2Ftdeck_repl/lists"}