Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Folder Structure Creator for flutter project FoldIT

FoldIt is a simple GUI application built with Python and Tkinter that allows users to create folder structures with specified features and subfolders.

Features

  • Create folder structures with customizable features and subfolders.
  • Minimalist graphical user interface (GUI) built with Tkinter.

Setup

To use the Folder Structure Creator application, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/wolverinex24/foldIT.git

Building the Application

First before doing any thing

Install cx_Freeze:

you can do so using pip:

pip install cx-Freeze

To build the Folder Structure Creator application as a standalone Windows executable, follow these steps:

  1. Run setup.py:

    Open a command prompt or terminal, navigate to the directory containing setup.py, and run the following command:

    python setup.py build

    This will create a build directory with the compiled application inside.

  2. Locate the Executable:

    After the build process completes, navigate to the build directory. Inside, you'll find a folder named after your script. Inside that folder, you'll find your standalone Windows executable (.exe) file.

How to Use

  1. Run the Application:

    • Double-click the executable file (doit.exe) to launch the application.
  2. Enter Directory Path:

    • Enter the directory path where you want to create the folder structure.
  3. Enter Number of Features:

    • Enter the number of features you want to create within the folder structure.
  4. Click "Create Folders" Button:

    • Click the "Create Folders" button to generate the folder structure in the specified directory.
  5. View Result:

    • Once the process completes, the folder structure will be created in the specified directory.

Dependencies

The following dependencies are required to run the Folder Structure Creator application:

  • Python 3.x
  • Tkinter (included with Python)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages