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

https://github.com/nhathout/winforms-palindromegenerator

Windows Forms utility program that lists numeric palindromes starting from any user-chosen integer.
https://github.com/nhathout/winforms-palindromegenerator

csharp windows-forms

Last synced: 3 months ago
JSON representation

Windows Forms utility program that lists numeric palindromes starting from any user-chosen integer.

Awesome Lists containing this project

README

          

# WinForms-PalindromeGenerator

*A lightweight C# /.NET Windows Forms application for discovering numeric palindromes.*

![Screenshot of the running form](images/lab4.png)

## Overview
Type a **starting integer** (0 – 1 000 000 000) and a **count** (1 – 100), click **Generate**, and the app will display that many numeric palindromes beginning at—or after—the number you chose.

## Features
- **Fast generation** of up to 100 palindromes per query
- **Input validation** with friendly error messages if values are out of range
- **Resizable window** with clear instructions drawn directly onto the form

## Getting Started

### Prerequisites
- Visual Studio 2022 (or later) with the **.NET Desktop Development** workload
- .NET Framework 4.8 (or adjust the target to any compatible Windows Forms version)