{"id":15015639,"url":"https://github.com/lestec-al/files","last_synced_at":"2025-04-12T09:40:48.552Z","repository":{"id":41127227,"uuid":"415062476","full_name":"lestec-al/files","owner":"lestec-al","description":"A simple python File Manager. CLI version \u0026 classic versions (PC, Android)","archived":false,"fork":false,"pushed_at":"2024-03-15T08:48:30.000Z","size":27435,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-15T09:53:14.078Z","etag":null,"topics":["file-manager","filemanager","kivy","kivy-application","kivymd","linux","pypi-package","pysimplegui","python","tkinter","tkinter-gui","tkinter-python","windows"],"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/lestec-al.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":"2021-10-08T16:49:46.000Z","updated_at":"2024-03-15T09:53:14.079Z","dependencies_parsed_at":"2024-09-12T00:11:56.713Z","dependency_job_id":"a8419404-b9d6-4100-a763-58faf1afa120","html_url":"https://github.com/lestec-al/files","commit_stats":{"total_commits":112,"total_committers":2,"mean_commits":56.0,"dds":0.3482142857142857,"last_synced_commit":"56d001bc6762b1450cc7c6c9cfa58cb9b5c4cfbc"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lestec-al%2Ffiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lestec-al%2Ffiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lestec-al%2Ffiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lestec-al%2Ffiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lestec-al","download_url":"https://codeload.github.com/lestec-al/files/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248548990,"owners_count":21122808,"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":["file-manager","filemanager","kivy","kivy-application","kivymd","linux","pypi-package","pysimplegui","python","tkinter","tkinter-gui","tkinter-python","windows"],"created_at":"2024-09-24T19:47:43.751Z","updated_at":"2025-04-12T09:40:48.523Z","avatar_url":"https://github.com/lestec-al.png","language":"Python","readme":"# Python file explorer\n\n## Versions\n\n### CLI\nCommand line (CLI) version (files_cl.py) works on Windows, Linux (should work on MacOS).\nAvailable on PYPI: https://pypi.org/project/filescli/\n\n\u003cimg title=\"Screenshot from Windows 10\" src=\"https://github.com/lestec-al/files/raw/main/data/pic_cl_win.png\" width=\"514\" height=\"398\"/\u003e\n\u003cimg title=\"Screenshot from Linux (WSL)\" src=\"https://github.com/lestec-al/files/raw/main/data/pic_cl_linux.png\" width=\"514\" height=\"398\"/\u003e\n\n### Classic\nTkinter version (files_new.py) works on Windows, Linux (should work on MacOS).\nFor Windows 10, available in \"Releases\" (download \"files.zip\", unpack and run files.exe)\n\n\u003cimg title=\"Screenshot from Windows 10\" src=\"https://github.com/lestec-al/files/raw/main/data/pic_new_win.png\" width=\"541\" height=\"366\"/\u003e\n\u003cimg title=\"Screenshot from Linux Ubuntu\" src=\"https://github.com/lestec-al/files/raw/main/data/pic_new_linux.png\" width=\"541\" height=\"366\"/\u003e\n\n\n### Test Android\nTest Kivy version (files_kivy.py) works on Windows, Linux (should work on MacOS), Android (after compilation via buildozer).\nFor Android, available in \"Releases\" (download \"files.apk\" and install on device)\n\n\u003cimg title=\"Screenshot from Windows 10\" src=\"https://github.com/lestec-al/files/raw/main/data/pic_kivy_win.png\" width=\"541\" height=\"366\"/\u003e\n\n### Old\nObsolete PySimpleGUI version (files_old.py) works on Linux (should work on MacOS)\n\n\u003cimg title=\"Screenshot from Linux Ubuntu\" src=\"https://github.com/lestec-al/files/raw/main/data/pic_old_linux.png\" width=\"541\" height=\"366\"/\u003e\n\n\n## Installation \u0026 Launch\n- install: Python (v3.9 or higher)\n- depending on the version install: Tkinter or Kivy (+KivyMD) or PySimpleGUI\n- install Send2Trash (needed for Tkinter, PySimpleGUI versions)\n- download or clone this repo and in the project folder run via command line `python files_new.py` (files_cl.py, files_kivy.py, files_old.py)\n\n\n## Features\n- connect to ftp servers (e.g. ftp://ftp.us.debian.org) and download files from there (tkinter, CLI)\n- copy/paste to/from another file manager (windows, tkinter, CLI)\n- catalog, files creation (tkinter, kivy, CLI)\n- open files by default program (tkinter, CLI)\n- local disks buttons (tkinter)\n- keyboard navigation, copy/paste support (arrows, enter, backspace, ctrl-c/ctrl-v, tkinter)\n- select multiple files/catalogs by holding Ctrl and clicking with the mouse (tkinter)\n- copy, paste, rename, delete to trash (or delete permanently in CLI, Kivy versions)\n- sorts by name and size\n- shows hidden files\n- resizability\n- exercute CLI commands eg. \"dir\", \"ls\" (test functionality, only CLI version)\n- the CLI version has navigation by typing short commands","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flestec-al%2Ffiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flestec-al%2Ffiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flestec-al%2Ffiles/lists"}