A simple interpreter for Fluxel scripts
Project description
Fluxel Interpreter
Fluxel is a simple, user-friendly scripting language and interpreter designed for creating interactive applications with ease. It provides a range of features for building GUI applications, handling user input, and even integrating with AI models.
Installation
Install Fluxel using pip:
pip install fluxel text
Usage
Run a Fluxel script using the command:
fluxel Script.flux text
Features
Variables and Input
- Variable Declaration:
var name = value - User Input:
ask "Question?" - Remember User Input:
remember variable_name
Output and Interaction
- Print to Console:
say "Message" + variable - Pause Execution:
pause
GUI Elements
- Create Window:
window "Window Title" - Set Window Size:
windowsize "width,height" - Add Button:
button "Button Text" "Command" - Add Label:
label "Label Text" - Show Window:
show window - Display Message Box:
message "Message Text"
GUI Input Elements
- Create Entry Field:
var entry_name = entry - Create Text Area:
var text_name = text - Get Entry Value:
get entry variable_name entry_name
AI Integration (Google Gemini) (unfinished)
- Configure Gemini:
configure_gemini "API_KEY" - Generate Content:
generate_content "Prompt"
Text Manipulation
- Append Text:
append_text variable_name "Text to append"
Advanced GUI Features
- Button with Custom Location:
button "Button Text" "Command" objectLocation = x,y text
Example Script
window "My First Fluxel App" windowsize "300,200" label "Welcome to Fluxel!" var name_entry = entry button "Say Hello" "get entry name name_entry message "Hello, " + name + "!" " show window text
Notes
- The interpreter automatically adds a pause at the end of each script execution.
- GUI elements are packed vertically by default unless a specific location is provided.
- The Gemini AI integration requires a valid API key from Google.
Contributing
Contributions to Fluxel are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the GNU GENERAL PUBLIC License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fluxel-0.1.7.tar.gz.
File metadata
- Download URL: fluxel-0.1.7.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97248bc4f82300e4d776f868c39760ca4bfe9810122e13de8c0e72236d17e36c
|
|
| MD5 |
8c3974431e7ea285516745d49e6fe0e4
|
|
| BLAKE2b-256 |
54427e591c246e153be3cf40a2543b589d7352c596023cadcd81143f8623b2be
|
File details
Details for the file fluxel-0.1.7-py3-none-any.whl.
File metadata
- Download URL: fluxel-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0757f1aa31be687b0baab3ceb9b6a04446a2ce583a20f2fd1eeca03e0227018
|
|
| MD5 |
ded5cb953bf442c9995d22962ea971e4
|
|
| BLAKE2b-256 |
06311474b35ea58583621bbea6bc8dc4213f60bebdcf34c37071b52c5039bf4c
|