Skip to content

A new programming language based on Python made to be noob friendly

License

Notifications You must be signed in to change notification settings

Maplerxyz/easypython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

EasyPython

EasyPython is a beginner-friendly programming language inspired by Python. It is designed to be easy to learn and use, with simplified syntax and fewer rules than Python.

Getting Started

To use EasyPython, you will need to download and install the interpreter. You can find the latest version of the interpreter on the EasyPython GitHub repository.

Once you have downloaded the interpreter, you can run your EasyPython code by typing the following command in your terminal:

python3 interpreter.py [filename.ezpy]

Replace [filename.ezpy] with the name of the EasyPython file you want to run.

Syntax

EasyPython has a simplified syntax that is easy to read and write. Here are some examples of EasyPython code:

var name = "John"

// Print the variable
prnt name

In EasyPython, you can set variables using the var keyword, and print values using the prnt keyword. EasyPython also supports basic arithmetic operations like addition, subtraction, multiplication, and division.

Contributing

If you'd like to contribute to EasyPython, feel free to fork the repository and submit a pull request. We welcome contributions from developers of all skill levels!

License

EasyPython is licensed under the MIT license. See LICENSE.md for more information.

About

A new programming language based on Python made to be noob friendly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages