Skip to content

The Directory Content Documentation Generator (DCDG) is a Python-based tool designed to generate comprehensive documentation of directory structures and file contents. It allows users to filter and categorize files, making it easier to understand and document large directories.

License

Notifications You must be signed in to change notification settings

dariuszwit/dcdg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Directory Content Documentation Generator (DCDG)

The Directory Content Documentation Generator (DCDG) is a Python-based tool designed to generate comprehensive documentation of directory structures and file contents. It allows users to filter and categorize files, making it easier to understand and document large directories.

Table of Contents

Getting Started

Features

  • Generate HTML and text documentation of directory structures.
  • Filter files and directories based on custom patterns.
  • Support for regular expressions in file filtering.
  • Multiple modes for flexible documentation generation.
  • Easy-to-use graphical user interface for selecting directories and setting options.

Requirements

  • Python 3.x
  • Additional Python packages: tqdm, tkinter (usually included with Python)

Installation

Clone the repository to your local machine:

git clone https://github.com/dariuszwit/dcdg
cd [Name of Your Project Folder]

Install the required Python packages:

pip install tqdm

Windows version

Run the install.bat

Usage

Run the script main.py to start the application:

python main.py

Follow the GUI prompts to select the input and output directories and set the desired mode of operation.

Contributing

Contributions to the DCDG are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes.
  4. Submit a pull request with a clear description of your changes.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Authors and Acknowledgments

  • Dariusz Wit - Initial work

Special thanks to [here is space for you ;)].

FAQ

Q: Can I use DCDG for commercial purposes? A: Yes, DCDG is licensed under the MIT License, allowing commercial use.

Q: Does DCDG support network drives? A: Currently, DCDG only supports local file systems.

Contact

For any inquiries, please contact [email protected].

Links

About

The Directory Content Documentation Generator (DCDG) is a Python-based tool designed to generate comprehensive documentation of directory structures and file contents. It allows users to filter and categorize files, making it easier to understand and document large directories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published