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

https://github.com/tecnosamba21/sampad

A powerful (and more beatiful) Windows Application for edit, write and see whatever text files type
https://github.com/tecnosamba21/sampad

app csharp notepad windows-app

Last synced: over 1 year ago
JSON representation

A powerful (and more beatiful) Windows Application for edit, write and see whatever text files type

Awesome Lists containing this project

README

          

![logo](logo.png)
# SamPad 2024

Welcome to the SamPad repo! But, What's SamPad??

> [!NOTE]
> ¿Eres español?: [Versión en español](languages/es/LÉAME.md),
Es galego?: [Versión en galego](languages/gal/LÉAME.md)

## What is SamPad

SamPad is an open source project that wants to become into an interesting and confortable way to write, see and edit whatever txt files type

## How to... Test SamPad!

> [!WARNING]
> SamPad is made with [.NET and Windows Forms](https://learn.microsoft.com/es-es/dotnet/desktop/winforms/overview/?view=netdesktop-8.0) so it just could be tested in Windows (from Windows XP to Windows 11)

I know that many people like to test an app before install it, so if you want to test SamPad, here are the instructions:

### Test SamPad

1. Got to this [file](SamPad/bin/Release/SamPad.exe)
2. Then, select *view raw*
3. When the download become finished execute the app
4. Now, Are you ready to **install SamPad**?

## How to... Install SamPad!

> [!WARNING]
> SamPad is made with [.NET and Windows Forms](https://learn.microsoft.com/es-es/dotnet/desktop/winforms/overview/?view=netdesktop-8.0) so it just could be installed in Windows (from Windows XP to Windows 11)

### Graphical Install:

1. Go to this [folder](Sam_Pad-64x-1.0.0-instaler/Release/)
2. Select the file called: *Sam Pad.msi*
3. Then, select *View raw*
4. When the download become finished execute the installer
5. Follow the steps of the installer
6. Now you've got SamPad installed in your computer!😁

### Install Using `git`:

1. Go to your favourite terminal (better *powershell*)
2. Execute:
~~~powershell
git clone https://github.com/Tecnosamba21/SamPad
cd SamPad/Sam_Pad-64x-1.0.0-instaler/Release/
"Sam Pad.msi"
~~~