{"id":21175074,"url":"https://github.com/boss294/automatic-file-generator---python--","last_synced_at":"2026-01-24T04:07:39.586Z","repository":{"id":252467218,"uuid":"840497944","full_name":"BOSS294/AutoMatic-File-Generator---PYTHON--","owner":"BOSS294","description":"This is a Python-based application that allows users to create predefined directory structures for web development projects. The tool uses a GUI built with CustomTkinter to provide an intuitive interface for entering project names, selecting a directory, and generating the required folder and file structure with just a few clikcs.","archived":false,"fork":false,"pushed_at":"2024-10-17T08:14:08.000Z","size":11619,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T12:12:51.775Z","etag":null,"topics":["dev","gui","python","web","website","websoftware","webstructure"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BOSS294.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T21:06:33.000Z","updated_at":"2024-12-12T07:06:57.000Z","dependencies_parsed_at":"2024-08-17T19:46:46.581Z","dependency_job_id":"811b20ce-1471-48f0-a166-a50e32e6058a","html_url":"https://github.com/BOSS294/AutoMatic-File-Generator---PYTHON--","commit_stats":null,"previous_names":["boss294/automatic-file-generator---python--"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BOSS294/AutoMatic-File-Generator---PYTHON--","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOSS294%2FAutoMatic-File-Generator---PYTHON--","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOSS294%2FAutoMatic-File-Generator---PYTHON--/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOSS294%2FAutoMatic-File-Generator---PYTHON--/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOSS294%2FAutoMatic-File-Generator---PYTHON--/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BOSS294","download_url":"https://codeload.github.com/BOSS294/AutoMatic-File-Generator---PYTHON--/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOSS294%2FAutoMatic-File-Generator---PYTHON--/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28711453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T23:51:44.727Z","status":"online","status_checked_at":"2026-01-24T02:00:06.909Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dev","gui","python","web","website","websoftware","webstructure"],"created_at":"2024-11-20T16:57:06.059Z","updated_at":"2026-01-24T04:07:39.573Z","avatar_url":"https://github.com/BOSS294.png","language":"TeX","readme":"# Project Directory Creator\n\n## Overview\n\nThe **Project Directory Creator** is a Python-based application that allows users to create predefined directory structures for `web development projects`. The tool uses a GUI built with CustomTkinter to provide an intuitive interface for entering project names, selecting a directory, and generating the required folder and file structure with just a few clicks.\n\n## Features\n\n- **CustomTkinter GUI**: A clean and modern interface designed with CustomTkinter, making it easy to use and visually appealing.\n- **Progress Feedback**: A progress bar starts in red, turns green upon successful creation of the directory structure, and reverts to red when a new directory is selected.\n- **Error Handling**: User-friendly error messages if the project name is not entered or the directory is not selected.\n- **Logs Area**: A dedicated section to display logs of all directories and files created during the process.\n- **Predefined Structure**: Automatically generates a set of folders and files typical for web development projects.\n- **Sqlite Integration**: Sqlite for log saving\n\n## Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/BOSS294/project-directory-creator.git\n   cd project-directory-creator\n   ```\n\n2. **Install required packages**:\n   Make sure you have Python installed. Then, install the required packages:\n   ```bash\n   pip install customtkinter\n   ```\n\n3. **Run the application**:\n   ```bash\n   python directory_creator.py\n   ```\n\n## How to Use\n\n1. **Enter Project Name**: Provide a name for your project in the input field.\n2. **Select Directory**: Choose the base directory where the project structure should be created.\n   \u003cimg height=550 width=650 src=\"https://github.com/jindalpriyanshu101/AutoMatic-File-Generator/blob/main/images/app-window.png\"\u003e\n \n4. **Create Structure**: Click the \"Create Structure\" button to generate the folders and files.\n   \u003cimg height=550 width=650 src=\"https://github.com/jindalpriyanshu101/AutoMatic-File-Generator/blob/main/images/example.png\"\u003e\n   \n6. **Monitor Progress**: Watch the progress bar and logs area for feedback on the structure creation process. This is how your structure will look like.\n\n   \u003cimg src=\"https://github.com/jindalpriyanshu101/AutoMatic-File-Generator/blob/main/images/output.png\"\u003e\n\n## Directory Structure\n\nThe application creates the following structure:\n\n```\nProjectName/\n│\n├── Assets/\n│   ├── Accounts/\n│   │   ├── Contents/\n│   │   ├── Pages/\n│   │   │   ├── login.php\n│   │   │   ├── register.php\n│   │   │   └── user-dashboard.php\n│   │   ├── Processors/\n│   │   ├── Scripts/\n│   │   │   └── accounts.js\n│   │   └── Styles/\n│   ├── Admins/\n│   │   ├── Contents/\n│   │   ├── Pages/\n│   │   │   └── admin-dashboard.php\n│   │   ├── Processors/\n│   │   ├── Scripts/\n│   │   └── Styles/\n│   ├── Extras/\n│   │   ├── Connections/\n│   │   ├── Documentations/\n│   │   ├── Helps/\n│   │   └── Updates/\n│   └── Website/\n│       ├── Contents/\n│       ├── Images/\n│       ├── Pages/\n│       │   ├── about-us.php\n│       │   ├── contact.php\n│       │   ├── faqs.php\n│       │   ├── privacy-policy.php\n│       │   └── terms-conditions.php\n│       ├── Processors/\n│       ├── Scripts/\n│       │   └── main.js\n│       ├── Styles/\n│       └── Videos/\n└── index.php\n```\n\n## How to Contribute?\n\nWe welcome contributions from the community! If you would like to contribute to this project, please follow the steps below:\n\n### 1. Fork the Repository\n\n- Navigate to the [Project Directory Creator repository](https://github.com/BOSS294/project-directory-creator) on GitHub.\n- Click the \"Fork\" button in the upper right corner to create a copy of the repository under your GitHub account.\n\n### 2. Clone Your Fork\n\n- Open your terminal or command prompt.\n- Clone your forked repository to your local machine:\n  ```bash\n  git clone https://github.com/yourusername/project-directory-creator.git\n  cd project-directory-creator\n  ```\n\n### 3. Create a Branch\n\n- Create a new branch to work on your feature or bugfix:\n  ```bash\n  git checkout -b feature/your-feature-name\n  ```\n  Replace `your-feature-name` with a descriptive name for your feature or bugfix.\n\n### 4. Make Changes\n\n- Make the necessary changes to the codebase.\n- Ensure that your changes are well-documented and include comments where appropriate.\n- Test your changes to ensure that they work as expected.\n\n### 5. Commit Your Changes\n\n- Once your changes are ready, stage them for commit:\n  ```bash\n  git add .\n  ```\n- Commit your changes with a descriptive commit message:\n  ```bash\n  git commit -m \"Feat: description of your feature\"\n  ```\n\n### 6. Push to Your Fork\n\n- Push your changes to the branch on your forked repository:\n  ```bash\n  git push origin feature/your-feature-name\n  ```\n\n### 7. Create a Pull Request\n\n- Navigate to the original [Project Directory Creator repository](https://github.com/BOSS294/project-directory-creator) on GitHub.\n- Click the \"Pull Requests\" tab and then click the \"New Pull Request\" button.\n- Select the branch with your changes and create the pull request (PR).\n- Provide a detailed description of your changes and why they should be merged.\n- Submit your pull request for review.\n\n### 8. Address Feedback\n\n- Be responsive to any feedback or questions from the maintainers.\n- Make any necessary revisions by pushing additional commits to your branch.\n\n### 9. Celebrate\n\n- Once your pull request is merged, your contribution will be part of the project! 🎉\n\n## Guidelines\n\n- Write clear, concise commit messages.\n- Ensure your code is well-tested and does not introduce any new bugs.\n- Be respectful and considerate in all interactions with the reviewers of your PR.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboss294%2Fautomatic-file-generator---python--","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboss294%2Fautomatic-file-generator---python--","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboss294%2Fautomatic-file-generator---python--/lists"}