Metadata-Version: 2.1
Name: PyExpansion
Version: 0.0.1a20230628
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Overviews

![PyPI](https://img.shields.io/pypi/v/pyexpansion) &nbsp;
![License: MIT](https://img.shields.io/github/license/weitaoyap111/pyexpansion)&nbsp;
![GitHub issues](https://img.shields.io/github/issues/weitaoyap111/pyexpansion)&nbsp;
![GitHub pull requests](https://img.shields.io/github/issues-pr/weitaoyap111/pyexpansion)&nbsp;
[![Downloads](https://static.pepy.tech/personalized-badge/pyexpansion?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/pyexpansion)&nbsp;

Python script that suddenly come to my idea <br>
Will update more...

# Installation
How to install:
```
pip install pyexpansion
```

# Author
Copyright (c) 2023 Wei Tao Yap

# Projects Status
### Updated
1) PyIC
- Apply for Malaysia Only
- Singapore Added
2) PyBrainFuck is added
3) PyMorseCode is added

# Library Added:
## 1) PyIC
### What is this?
- Python Script that extract the ic information from ic word.

### How to use it?
- You can refer to PyIC\tests.py.

### Want knows more? 
you can read at PyIC\README.md

## 2) PyBrainFuck
### What is this?
- Python Script that decode and encode using BrainFuck.

### How to use it?
- You can refer to PyBrainFuck\tests.py.

### Want knows more? 
you can read at PyBrainFuck\README.md

## 3) PyMorseCode
### What is this?
- Python Script that decode and encode using Morse Code.

### How to use it?
- You can refer to PyMorseCode\tests.py.

### Want knows more? 
you can read at PyMorseCode\README.md
