Last updated:
0 purchases
CTKDesert 1.0.0a1
CTK_Desert
Short Description: A GUI framework designed to enable the creation of applications without writing code, built on top of CustomTkinter.
Table of Contents
Installation
Usage
License
Contact
[!WARNING]
This framework is currently in the Alpha stage, and may contain bugs or incomplete features.
Installation
Using pip
pip install CTK_Desert
Usage
Create an assets folder in the project's directory:
cd project_dir/
mkdir Assets # You can name this folder anything
Script to use:
from CTK_Desert import Desert
import os
assets_dir = os.path.join("Assets")
Desert(assets_dir=assets_dir)
License
This project is licensed under the CC BY-NC 4.0 License - see the LICENSE file for details.
Contact
Author: Morad Sayed
Email: [email protected]
GitHub: @MoradSayed
LinkedIn: @MoradSinger
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.