Skip to content

Custom Desktop Applications

Experience building desktop software applications to support business processes

Platforms:

  • C# with WPF and Winforms

  • Python with PyQt5

Project Examples

Note: Projects shown are demonstration projects. I do not post any specific projects from customers or employers without express permission.

Input Form to Excel File

Brief Description: Input form app to write data to Excel file
Platform: Verions1: WPF, C#, Excel
Version2: Python, PyQt5, Excel
Compexity: Very Simple
Key Concepts: Windows Desktop App, Interface with Excel File, Writing Data
Comments: - Use case: If user needs to submit data to simple master excel file, but we do not want to risk user directly working in file.
- Can write multiple rows at once.
- Extremely limited / controlled UI for data entry to reduce risk to master data.

Figure: C# - Form App writing to Excel File

wpf form app to excel


Figure: Python - Form App writing to Excel File

pyqt form app to excel

Additional Feature Ideas: TBD