FoldIt is a simple GUI application built with Python and Tkinter that allows users to create folder structures with specified features and subfolders.
- Create folder structures with customizable features and subfolders.
- Minimalist graphical user interface (GUI) built with Tkinter.
To use the Folder Structure Creator application, follow these steps:
-
Clone the Repository:
git clone https://github.com/wolverinex24/foldIT.git
First before doing any thing
you can do so using pip:
pip install cx-FreezeTo build the Folder Structure Creator application as a standalone Windows executable, follow these steps:
-
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
builddirectory with the compiled application inside. -
Locate the Executable:
After the build process completes, navigate to the
builddirectory. Inside, you'll find a folder named after your script. Inside that folder, you'll find your standalone Windows executable (.exe) file.
-
Run the Application:
- Double-click the executable file (
doit.exe) to launch the application.
- Double-click the executable file (
-
Enter Directory Path:
- Enter the directory path where you want to create the folder structure.
-
Enter Number of Features:
- Enter the number of features you want to create within the folder structure.
-
Click "Create Folders" Button:
- Click the "Create Folders" button to generate the folder structure in the specified directory.
-
View Result:
- Once the process completes, the folder structure will be created in the specified directory.
The following dependencies are required to run the Folder Structure Creator application:
- Python 3.x
- Tkinter (included with Python)