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
- Host: GitHub
- URL: https://github.com/tecnosamba21/sampad
- Owner: Tecnosamba21
- License: apache-2.0
- Created: 2024-09-10T09:13:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T14:15:44.000Z (over 1 year ago)
- Last Synced: 2025-02-21T15:25:31.248Z (over 1 year ago)
- Topics: app, csharp, notepad, windows-app
- Language: C#
- Homepage:
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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"
~~~