Metadata-Version: 2.1
Name: I-Language
Version: 0.0.4
Summary: The I programming language is a high level programming language written in pure python.
Home-page: https://github.com/I-Language-Development/I-language
Author: I Language Development
Author-email: ElBe-Plaq <elbe.dev.plaq@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/I-Language-Development/i-language
Project-URL: Bug Tracker, https://github.com/I-Language-Development/i-language/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# I language
<img src="https://github.com/I-Language-Development/I-language/blob/main/.github/example-syntax.png?raw=true" width="500px"/>
The I programming language is a high level programming language written in pure python. 

## About this project
Have you been dreaming about coding in your perfect programming language?
Have you thought about what could be possible with the best sides of different languages?
Here is the power of some of the best languages combined.

## Installing
Due to this project having no code, other than some example, there will be no need to install anything yet.

## Syntax
You can write your own I program with only 1 line of code, and it's very easy.
```
output("Hello World!")
```

That's it! It's literally so easy.
