Skip to content
/ Jooles Public

Jooles is a Python script designed to manage files within a specified directory. This command-line tool provides a simple interface for performing common file operations such as listing, creating, deleting, moving, and renaming files. It is ideal for users looking for a straightforward way to handle file management tasks directly from the terminal.

License

Notifications You must be signed in to change notification settings

es10176/Jooles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Jooles

Jooles is a Python script designed to manage files within a specified directory. This command-line tool provides a simple interface for performing common file operations such as listing, creating, deleting, moving, and renaming files. It is ideal for users looking for a straightforward way to handle file management tasks directly from the terminal.

Features

  • List Files: Display all files within a specified directory.
  • Create Files: Create a new empty file in a specified directory.
  • Delete Files: Remove an existing file from a specified directory.
  • Move Files: Move a file from one directory to another.
  • Rename Files: Rename an existing file within a specified directory.

Usage

To use Jooles, run the script and follow the prompts to select the desired file operation and provide the necessary details (e.g., directory path, file name).

Dependencies

  • os
  • shutil
  • pyautogui
  • keyboard
  • plyer
  • webbrowser
  • datetime
  • time

About

Jooles is a Python script designed to manage files within a specified directory. This command-line tool provides a simple interface for performing common file operations such as listing, creating, deleting, moving, and renaming files. It is ideal for users looking for a straightforward way to handle file management tasks directly from the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages