HystericalBinky / Conversion-System

Conversion System is an easy-to-use, open-source Windows Application allowing you to easily convert Decimal numbers into Binary, Hexadecimal or Octal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversion-System

📖Information

This Repository is a Conversion System for converting Decimal numbers into Binary, Hexadecimal and Octal. Made with C# in Visual Studio Community 2022 using the Windows Forms App template and .NET Framework 6.

Conversion System is an easy-to-use, open-source Windows Application allowing you to easily convert Decimal numbers into Binary, Hexadecimal or Octal. It requires minimal setup to be used, only requiring you to have Visual Studio Community 2022 and optionally Git to easily clone this project.

🛡️Security

I have ran both the setup.exe and the application itself through VirusTotal to ensure you that there are no viruses injected into this application, for setup.exe click here for the results, and for Conversion System.application click here for the results. You can always run those or other files in the project through VirusTotal again if you wish.

In addition, your web browser might scan the file before downloading, and if you have an anti-virus on your computer, it will most likely also scan the files for viruses. They will 100% come out negative with a small chance of a false positive, it is recommended to use VirusTotal as your most trusted source.

These regulations only apply for MY version, any modified versions from other people might contain viruses injected deliberetly.

⚙️Setup

🖥️Windows Application

  1. Download the Conversion-System-[Version]-Setup.zip from the latest release
  2. Unzip the zip file
  3. Open the setup.exe file and follow the instructions
  4. Type in your Windows Search Bar: "Conversion System" and open the Application

📝Source Code/Visual Studio

  1. Open Visual Studio
  2. Select "Clone Repository"
  3. Paste the following link in the Repository location: https://github.com/HystericalBinky/Conversion-System
  4. Select the path you want to clone it to.
  5. Click clone.

OR

  1. Download the Source Code zip file from the latest release
  2. Unzip and open the folder with Visual Studio.
  3. Run/Edit the project.

About

Conversion System is an easy-to-use, open-source Windows Application allowing you to easily convert Decimal numbers into Binary, Hexadecimal or Octal.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 100.0%