A simple, powerful language for AI, ML, and apps - No coding experience needed!
Project description
Easypy: Coding for Everyone 🚀
Easypy is a new programming language designed for humans, not robots. It strips away the complex syntax of traditional languages and replaces it with clear, English-like commands.
Whether you want to build websites, analyze data, or create AI chatbots, Easypy makes it accessible to everyone.
📦 Installation
To get started, simply install the package via pip:
pip install easypy-lang
✨ Features
- English-like Syntax: Write code that reads like a story.
- Built-in Power: Comes with modules for AI, Web, Data Science, and GUI out of the box.
- Python Compatible: Runs on top of the robust Python ecosystem.
- Zero Configuration: No complex build tools or compilers needed.
🚀 Quick Start
Create a file named hello.easy and write your first program:
# Say hello
log "Hello, World!"
# Simple math
var x = 10
var y = 20
log "The sum is: " + (x + y)
# Ask the user
input name "What is your name?"
log "Nice to meet you, " + name
Run it from your terminal:
easypy hello.easy
📚 Documentation
For full documentation, tutorials, and the interactive playground, please check the docs/ folder included in the repository or visit our GitHub Repository.
🤝 Contributing
We welcome contributions! Please feel free to open issues or submit pull requests on our GitHub page.
Easypy - Making programming simple, powerful, and fun.
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
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 easypy_lang-2.0.0.tar.gz.
File metadata
- Download URL: easypy_lang-2.0.0.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62ad46aa70ac6193d0a65fcab0731bf7bb2597d67a8de403f2005612778a4f5e
|
|
| MD5 |
8cc0001bf49f4077be0432063440e2ac
|
|
| BLAKE2b-256 |
3e524fcefc0519b51f9e730617b19be198be7d441e9bb1afcf8750d757673b38
|
File details
Details for the file easypy_lang-2.0.0-py3-none-any.whl.
File metadata
- Download URL: easypy_lang-2.0.0-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0af5583f92435eefe269f4e6f0fc3751e56c7d9f47d34dc82f5b1cc3e67f015
|
|
| MD5 |
44998a8639eccc2443bfd7735af46159
|
|
| BLAKE2b-256 |
efe15439e2b03213fc3dbc55e04adb7284495ae0ba0b24d5dc369049e1e431f1
|