Skip to main content

DotAI - Natural Language Programming Language

Project description

🤖 DotAI - Natural Language Programming Language

Join our Discord Subscribe on YouTube Connect on LinkedIn Follow on X.com

PyPI version License: MIT Python 3.8+

DotAI is a revolutionary natural language programming framework that allows you to write code and create content using plain English. Simply describe what you want to create, and DotAI will generate, save, and execute the appropriate files.

✨ Features

  • 📝 Write code in natural language
  • 🔄 Automatic code generation and execution
  • 📊 Multi-threaded task processing
  • 🛠 Enterprise-grade error handling
  • 📋 Supports multiple output formats
  • 📜 Comprehensive logging system

🚀 Quick Start

Installation

pip3 install ai-lang

Create Your First .ai File

Create a file example.ai with your requests:

Create a Python function that generates the Fibonacci sequence up to n=10 and prints it.

Create a text file containing a haiku about programming.

Create a JSON file with data about three planets including their name, distance from sun, and mass.

Run Your .ai File

from ai_lang.ai_lang import process_ai_file_sync
from loguru import logger
import sys

try:
    results = process_ai_file_sync("test.ai")
    logger.info(f"Successfully processed {len(results)} requests")
except Exception as e:
    logger.exception(f"Failed to process file: {e}")
    sys.exit(1)

📖 Usage Examples

1. Generate and Execute Python Code

# script.ai
Create a Python script that:
1. Generates 100 random numbers
2. Calculates their mean and standard deviation
3. Creates a histogram visualization
Execute the script and show the results.

2. Create Content Files

# content.ai
Write a technical blog post about the future of AI in software development.
Save it as a markdown file with proper formatting.

3. Data Processing

# data.ai
Create a Python script that reads a CSV file, performs data cleaning,
and outputs summary statistics. Include error handling for missing values.
Execute the script with sample data.

🛠 Advanced Features

  • Multi-threading: Process multiple requests in parallel
  • Smart Task Analysis: Automatic detection of task type and requirements
  • Execution Management: Safe execution environment for generated code
  • Comprehensive Logging: Detailed logs for debugging and monitoring

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

git clone https://github.com/The-Swarm-Corporation/.ai.git
cd .ai
pip install -e ".[dev]"

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🔗 Links

💡 Examples Repository

Check out our examples repository for more use cases and implementation patterns.

⚠️ Note

DotAI requires an OpenAI API key to function. Set your API key as an environment variable:

export OPENAI_API_KEY='your-api-key-here'

Or use a .env file in your project directory:

OPENAI_API_KEY=your-api-key-here

Made with ❤️ by the DotAI Team

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_lang-0.0.4.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

ai_lang-0.0.4-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file ai_lang-0.0.4.tar.gz.

File metadata

  • Download URL: ai_lang-0.0.4.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.3.0

File hashes

Hashes for ai_lang-0.0.4.tar.gz
Algorithm Hash digest
SHA256 30c49b85f693e5e30f1e1d0eb5cdeafaf397ce06d36faa1095220496728579d9
MD5 911cb099486535bfa2566d3a5475e188
BLAKE2b-256 5b60bb7a550b44fdef867487491bd65aacc84debd7e2e5a15e9f9901c2b9e548

See more details on using hashes here.

File details

Details for the file ai_lang-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: ai_lang-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.3.0

File hashes

Hashes for ai_lang-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5efe6adab355d9560607f04871c13f75512dae7d1eeb907a89c7f9663e5cebb4
MD5 74c3a638cdc5d9baca14b27d10e23d67
BLAKE2b-256 757ffeb51d5a517fcc764a7fe039dba5a8be0d497e2c5637013355c16963da52

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page