/NeatOffice

Application written in C# .Net Framework

Primary LanguageC#

NEAT OFFICE

About

Neat Office is simple desktop application created with Visual Studio 2022 (C# .NET Framework V4) that tries to help the user be more productive while working at an office.

For the icons: Pichon - Free Icons

Functional Features

The main window is divided into three sections: Calculator, Day Counter, and Graphs.

  • Calculator Section

    • Performs regular calculations:
      • addition, subtraction, multiplication, division.
      • percentage, log, square, square root, exponential, sine, cosine, and tangent
    • Keeps history of past calculations with ability to save/load and print.
  • Day Counter Section:

    • Calculates the difference in days between two chosen dates (from/to)
  • Graph Section:

    • Able to open a regular text files formatted with space/tab separated values representing the vertices of a undirected connected graph.
    • Able to open a comma-separated-values (.csv) file representing the vertices of a undirected connected graph.
    • Able to open multiple files of either format.
    • Selecting 1 file at a time to run two algorithms to get the Minimum Spanning Tree and the Shortest Paths.
    • Able to save and print the selected result of the operations.
  • Able to modify its appearance.

Run

To run the application you'll need to build it using Visual Studio (v19+) with the Windows Desktop Development extension.