Skip to content

PinedaVictor/Durtles

Repository files navigation

Banner

Description

Mission - Build directory utilities that automate time-consuming tasks.

Directory utilities are built for common and specific use cases. Professionals, such as IT professionals and NFT artists can use this to identify spelling errors in a directory. Files with spelling errors can quickly be separated for editing and migrated back to the original directory.

Features:

  • Rename files matching a regular expression
    • As of 4/18/22 - This feature is spacific to exported files from photoshop and intended to be used with Hashlips Art Engine
  • Check for file spelling erros in a directory
  • Seperate misspelled files for editing
    • Able to autmatically migrate back to original directory
  • Count how many folders in a directory
  • MORE TO COME.....

Requirements:

How to use:

Ensure you have properly installed Python 3 on your system

  1. Clone repository
  2. mkdir called Edit
  3. cd into src folder
  4. Run in the following format:
    • python3 main.py [Command...] [Option...]
Command Option Description
-h, -help Display help menu
-pr Preview files that will be renamed
-r Rename files
-c Count number of sub directories
check Prints Errors found
check -h, -help Display check help menu
check -ps If errors found print suggestions
check -ss Seperate misspelled files into the misspelled directory
check -m Migrate files in the misspelled directory back to their origin

Development

  1. Clone Repo
  2. In project root directory create a python virtual environment
    1. pip install virtualenv [--user]
    2. virtualenv .drt_venv
    3. source ./activate_venv.sh (This activates virtual environment)
    4. Install all dependencies from requirments.txt

License

BSD 3

Free Software, Hell Yeah!

About

Directory utilities to increase productivity and correctness.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published