Skip to content

SwiftSecur/CCG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Corporate Crap Generator

Author: Andy Swift
Twitter: @SwiftSecur1
GitHub: SwiftSecur

Overview

Welcome to the Corporate Crap Generator, a Python script designed for testing systems, particularly those involved with file handling, encryption, and data management. This tool generates random files with nonsensical content, organised into directories named with corporate buzzwords.

Features

  • Generate Various File Types:

    • .docx (Word documents)
    • .xlsx (Excel spreadsheets)
    • .txt (Plain text files)
    • .config (Simple configuration files)
    • .xml (XML formatted files)
    • .pdf (PDF documents)
    • .zip (Zip archives with dummy files)
  • Dynamic Directory Structure: Creates directories with names like "Synergy_Innovate" or "Paradigm_Disrupt_Agile" for that authentic corporate feel.

  • Random Content: Uses loremipsum to fill files with placeholder text, ensuring each file is unique.

Usage

  1. Install Dependencies:

    pip install -r requirements.txt
  2. Run the Script:

    python generate.py

    This will create a new directory named FILES in the script's location, populate it with subdirectories, and fill those with various file types.

Requirements

  • Python 3.x
  • Libraries listed in requirements.txt

Project Structure

  • generate.py: The main script to run the generator.
  • requirements.txt: List of Python packages needed for this project.
  • README.md: This document.
  • words_alpha.txt: A text file containing words used for file naming.

Contributing

Feel free to fork this repository and submit pull requests for enhancements or bug fixes. Here's how you can contribute:

  • Report bugs or suggest features through issues.
  • Improve the existing code or add new file types.
  • Ensure your code adheres to the project's style and passes all tests.

License

This project is open-source under the MIT License. See LICENSE for more details.


Happy testing

About

Welcome to the Corporate Crap Generator, a Python script designed for testing systems, particularly those involved with file handling, encryption, and data management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages