Git Product home page Git Product logo

files's Introduction

Python file explorer

Versions

CLI

Command line (CLI) version (files_cl.py) works on Windows, Linux (should work on MacOS). Available on PYPI: https://pypi.org/project/filescli/

Classic

Tkinter version (files_new.py) works on Windows, Linux (should work on MacOS). For Windows 10, available in "Releases" (download "files.zip", unpack and run files.exe)

Test Android

Test Kivy version (files_kivy.py) works on Windows, Linux (should work on MacOS), Android (after compilation via buildozer). For Android, available in "Releases" (download "files.apk" and install on device)

Old

Obsolete PySimpleGUI version (files_old.py) works on Linux (should work on MacOS)

Installation & Launch

  • install: Python (v3.9 or higher)
  • depending on the version install: Tkinter or Kivy (+KivyMD) or PySimpleGUI
  • install Send2Trash (needed for Tkinter, PySimpleGUI versions)
  • 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)

Features

  • connect to ftp servers (e.g. ftp://ftp.us.debian.org) and download files from there (tkinter, CLI)
  • copy/paste to/from another file manager (windows, tkinter, CLI)
  • catalog, files creation (tkinter, kivy, CLI)
  • open files by default program (tkinter, CLI)
  • local disks buttons (tkinter)
  • keyboard navigation, copy/paste support (arrows, enter, backspace, ctrl-c/ctrl-v, tkinter)
  • select multiple files/catalogs by holding Ctrl and clicking with the mouse (tkinter)
  • copy, paste, rename, delete to trash (or delete permanently in CLI, Kivy versions)
  • sorts by name and size
  • shows hidden files
  • resizability
  • exercute CLI commands eg. "dir", "ls" (test functionality, only CLI version)
  • the CLI version has navigation by typing short commands

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.