Metadata-Version: 2.2
Name: quantumx
Version: 0.1.6
Summary: A quantum-inspired programming language
Home-page: https://github.com/dhanushs005/quantumx
Author: Dhanush Selvaraj
Author-email: sdhanush451@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20
Requires-Dist: pandas>=1.3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# QuantumX

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/pypi/v/quantumx)](https://pypi.org/project/quantumx/)

**QuantumX** is just a try of an final year student, don't take it serious and help if you wish by improving and updating codes. Since it is a open source.

Built with Python, QuantumX is lightweight, easy to install, and ready to run your `.qx` scripts with a single command. Welcome to the future of coding—entangled with possibility!

## Features
- **Quantum-Inspired Syntax**: Write code that mimics python and operations.
- **Simple CLI**: Run your `.qx` files effortlessly with `quantumx myfile.qx`.
- **Extensible**: Add your own quantum operations or integrate with Python libraries.
- **Open Source**: Licensed under MIT—fork it, tweak it, make it yours!

## Installation
Install QuantumX via `pip`:
```bash
pip install quantumx

visit syntax.qx file for Syntax details
                (or)
Run quantumx syntax.qx
