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
- Host: GitHub
- URL: https://github.com/sufremoak/mco-punch-card-software
- Owner: SufremOak
- Created: 2025-02-25T20:19:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T20:21:09.000Z (4 months ago)
- Last Synced: 2025-02-25T21:26:50.866Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```