Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1019 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 1019 Bytes

File_explorer

Just a file explorer that works on terminal. Written on Python.

I don't know if it works on other platforms as linux,macos etc. Let me know if it does. And i made it only because i want to learn python. So i thought best way to learn something is doing something about it.I could part it module by module but i didn't maybe i will. Also i made it executable by pyinstaller in exe folder.Translated to english. So that's it let me know your comments and advices.

Features :

  • Explore folders and files.
  • Create and write in a new file in whichever file type you want.
  • Read a file (NO CHANGES AVAILABLE FOR NOW)
  • Remove a file (Permanently)
  • Create a new folder
  • Remove a folder (Permanently)

Usage :

  • Can start by its .exe file on windows.
  • Can use by using python
  • Typing 'cik' ('exit',in english version) while you making a decision or looking or writing a file exits.
  • To exit completely,while you are exploring folders type 'cik' ('exit',in english version).
  • '-i' shows usage menu.