{"id":28205848,"url":"https://github.com/aetopia/python-utilities","last_synced_at":"2025-08-04T05:35:56.986Z","repository":{"id":133154402,"uuid":"441685329","full_name":"Aetopia/Python-Utilities","owner":"Aetopia","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-17T07:04:20.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T14:44:12.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Aetopia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-12-25T13:31:11.000Z","updated_at":"2022-01-14T02:34:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"e579ff7c-cf4f-4d20-a809-0c1e1ac7b0a2","html_url":"https://github.com/Aetopia/Python-Utilities","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Aetopia/Python-Utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FPython-Utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FPython-Utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FPython-Utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FPython-Utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aetopia","download_url":"https://codeload.github.com/Aetopia/Python-Utilities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FPython-Utilities/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268654942,"owners_count":24285125,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2025-05-17T10:08:35.698Z","updated_at":"2025-08-04T05:35:56.975Z","avatar_url":"https://github.com/Aetopia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Utilities\nA GitHub Repository where I store any Python Utilities I make.\n\n## TUI Explorer\nA Text User Interface Based File Explorer.\n\nTUI Explorer allows one to access their operating's system file system via a shell.\n\n![image](https://user-images.githubusercontent.com/41850963/154413904-bc885f1c-8f94-4973-9e6b-08373bdffa29.png)\n\n\n\n### Commands:\n```\nGo \u003cFolder\u003e # Go to specified folder.\nBack # Go one folder up.\nRun \u003cArguments\u003e # Run a program/shell command.\nExit # Exit TUI Explorer.\n```\n\n\n## Lightweight Python Environment\nThis is a simple Python script which allows you to run a full python installation but as a small package.       \n\nYou can also import custom modules installed via `pip` and include them in your LPE.\n```py\n#------------\nimport module1\nimport module2\n#-------------\nimport sys\nimport runpy\nimport code\n# Flags\nArgsSupport=False\n\nArguments=sys.argv[2:len(sys.argv)]\nArgs={}\nfor Index in range(len(Arguments)):\n    Args[Index]=Arguments[Index]\nif len(sys.argv) == 1: \n    code.InteractiveConsole().interact(banner=\n    \"Lightweight Python Environment\\n\", \n    exitmsg=\"\")\nelif len(sys.argv) == 2:\n    runpy.run_path(sys.argv[1])\nelse:\n    if ArgsSupport is True:\n        print(\"Warning: 'sys.argv' \u0026 'argparse' might likely not work correctly.\\n\")\n        runpy.run_path(sys.argv[1], Args)  \n```    \n\n#### Requirements to Build:\n1. Install Python `3.10`.\n2. Run:\n```ps\npip install nuitka\npip install zstandard\n```\n3. Run `build.bat`\n\n**Note: Your compiled LPE will include the Python installation present on your device.**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fpython-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetopia%2Fpython-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fpython-utilities/lists"}