Skip to content

2. Installation

Rigved Maanas edited this page May 17, 2024 · 2 revisions

Windows

  • Download the ZIP file from the release section.
  • UnZIP and read INSTRUCTIONS.md

Mac OS

  • Download the DMG file from the release section.
  • Drag and drop the Custom Tkinter Builder folder into the Applications folder.
  • Read INSTRUCTIONS.md inside the Custom Tkinter Builder folder.

Linux

Currently an executable for Linux is not available. But you can run it from the source. Note: This software is not tested in Linux.

How to run the software (.py)

  • Clone the repo into your local machine
git clone https://github.com/rigvedmaanas/CustomTkinterBuilder.git
  • cd into the directory
cd CustomTkinterBuilder
  • Install dependencies
pip install -r requirements.txt
  • Create temp directory
mkdir temp
python WelcomePage.py
Clone this wiki locally