Skip to content

Roms-lab/FlexiKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlexiKit

FlexiKit is an all around python library for all of your needs, if its from simple additon to full on DLL - GUI management, FlexiKit has you covered.

Core-Concepts

  • 1. Only pay for what you use FlexiKit only adds code from chosen classes, has integrated DLL support. and custom functions to help with that hit of preformance.

  • 2. Simplicity FlexiKit was designed to be a very powerful library while being easy to write. When testing how quick it is to prototype with FlexiKit we managed to get a GUI screen in 5 lines.

  • 3. Less Error-Prone FlexiKit does all the headaches for you. No need to re-invent the wheel with some library that makes YOU do all the work. When using the UI import with FlexiKit, why write 30 lines to have a error prone GUI? With FlexiKit write a GUI screen in 5 lines and have ZERO errors!

  • 4. Low Level Written In C++ All FlexiKit dll's are written in raw C++ and compiled to dll format for maximum preformance and ease of use in python functions.

Installation

Make sure you have python 3.0 Minimum installed.

1. Open Your Terminal Of Choice

2. Type pip install flexikit into the terminal and press enter.

3. Let FlexiKit install on your system and when done use FlexiKit to its limits!

Portable Option

For users who do not want to install FlexiKIt. You can simply download FlexiKit.py and all dll's. Then put FlexiKit.py & Lib dll's into same folder, import flexikit, and use it as you installed it!

Code-Examples

Click for examples ->Code Examples.

About

Python library designed to be feature rich without bottlenecking performance

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors