An open API service indexing awesome lists of open source software.

https://github.com/laplacexd/cowsay

A wrapper application for interacting with the Cowsay process this serves as a practice to stdio and interacting with processes.
https://github.com/laplacexd/cowsay

console cowsay csharp process stdio wrapper

Last synced: 3 months ago
JSON representation

A wrapper application for interacting with the Cowsay process this serves as a practice to stdio and interacting with processes.

Awesome Lists containing this project

README

        

# Cowsay Wrapper

This is a simple wrapper application for [`cowsay`](https://github.com/tnalpgge/rank-amateur-cowsay). This was built with the purpose of learning the following topics:

- [Process Interaction](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process?view=net-8.0)
- [Stdio](https://en.wikipedia.org/wiki/Standard_streams)
- [Redirection]()
- [Event Handling](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/events)
- [OOP](https://en.wikipedia.org/wiki/Object-oriented_programming)
- [C#](https://learn.microsoft.com/en-us/dotnet/csharp/)

## License

[MIT](https://raw.githubusercontent.com/LaplaceXD/Cowsay/main/LICENSE)