Skip to content

FilePilot is a file manager made in Python and Tkinter.

License

Notifications You must be signed in to change notification settings

ChrisTs8920/FilePilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FilePilot - A file manager for Windows and Linux (WiP)

Description

A simple file manager made in Python and Tkinter.
This project is a work in progress.

Features

  • View, Open files and directories
  • Copy and Paste files and directories
  • Create, Delete and Rename files and directories
  • Sorting by name, date modified, type and size (by clicking on the appropriate column)
  • Search for files and directories in current directory
  • Check System metrics (Drives, CPU, Memory, Network, Processes) using the System menu
  • Keybinds (see Help menu)
  • Themes using ttkbootstrap

Icons provided by:
icons8.com
veryicon.com

Requirements

  • Python 3.8+
  • ttkbootsrap (version tested 1.10.1)
  • psutil (version tested 5.9.5)

How to run

  1. pip install ttkbootstrap
  2. pip install psutil
  3. Execute main.py

Tested on Windows 11.

To do

  • Will attempt Linux compatability
  • Add move file function
  • Add editable path
  • Code improvements and refactoring

Screenshots

Yeti Light

Yeti

Darkly

Darkly

Superhero

Superhero

Cyborg

Cyborg

Vapor

Vapor