Coder Social home page Coder Social logo

insertx2k / xpython Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 17 KB

A great collection of simple or even complex functions and classes that are made to help extend the functionality of Python as a Programming Language.

License: GNU General Public License v2.0

Python 100.00%
easy-python programming-language framework python3 python insertx2k

xpython's Introduction

XPy - The XPython Framework

A great collection of simple or even complex functions and classes that are made to help extend the functionality of Python as a Programming Language.

What exactly is the XPy or XPython?

I always wanted to make my own programming language, but unfortunately due to some problems, I just realized that it would really be a hard task, So after a lot of thinking, I finally decided to make this a Framework for the Python Programming Language.

Features :

  • Free and open-source (of course, You have the source code here!)
  • Can be manually expanded by you (Customizable!)
  • It also provides you the capabilities of Batch and Bash, all in one Python Framework!.

Is it the time to ditch them?

Of course!, But just wait, as this framework is still under heavy development stage.

Examples using this framework:

from xpy.builtins import *
# To be used to print a word in the console screen (exactly the same as print method in Python's builtins, but it doesn't take any other arguments)
x.show("Hello, World!")
# Use this code to rename a file (old file name, new file name)
x.ren(r"C:\Users\Insertx2k Dev\Desktop\ren.md", r"C:\Users\Insertx2k Dev\Desktop\ren.x")

# Use this code to delete a file.
x.rem(r"C:\Users\Insertx2k Dev\Desktop\ren.md") # -> use this to delete a file.

# Get a list of all displays attached to this system.
x.get_disps()
# Returns a list containing the names of all attached displays to this system.

# And much more!!...

Note :

Supported file extentions for the XPy or XPython framework are .x or .py or .pyw or .xw, Choose whatever you want., but the .x and .xw are the standard extensions of this Framework.


.py - Stands for a Python source file (Console Window)
.pyw - Stands for a Python source file (No Console Window is shown)
.x - Stands for an XPython source file, Can be used too for Python Source Files.
.xw - Stands for an XPython source file, Can be used too for Python Source Files. (No Console Window is shown)


-Insert - 2021

xpython's People

Contributors

insertx2k avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.