An open API service indexing awesome lists of open source software.

https://github.com/sufremoak/mco-punch-card-software

flipent
https://github.com/sufremoak/mco-punch-card-software

Last synced: 3 months ago
JSON representation

flipent

Awesome Lists containing this project

README

        

# Flipent

Flipent is a software application for interpreting and displaying MCO Punch Card patterns. It provides both a command-line interface (CLI) and a graphical user interface (GUI) for ease of use.

## Features

- Parse and display MCO Punch Card patterns.
- Interpret punch card patterns as Flipent language commands.
- Interactive REPL for command-line usage.
- GUI application with a classic 90s look and feel.
- Built-in IDLE for MCO Punch Card programming.

## Installation

1. Clone the repository:
```sh
git clone https://github.com/yourusername/flipent.git
```
2. Navigate to the project directory:
```sh
cd flipent
```
3. Install the required dependencies:
```sh
pip install -r requirements.txt
```
4. install the program
```sh
pyinstaller ./scripts/pypunch.step
```

## Usage

### Command-Line Interface

Run the CLI application with the following command:
```sh
pypunch
```