Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 663 Bytes

Tray Click Counter

A lightweight program that counts left mouse button clicks and displays them in tray icon

My first program i done in C# (Mostly with ChatGPT's help because I only started learning C#)

You can reuse the code anywhere you want(but I will not be responsible for where and how it is used)MIT License

Demo

Compiling from source

To compile this project on Windows you need to have .NET 7.0 installed

Build command:

dotnet publish -c Release