1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

add clipboard

This commit is contained in:
Abdullah Atta 2019-12-12 05:52:40 +05:00 committed by GitHub
parent 872560f407
commit 8201effcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [Text processing](#text-processing)
* [Graphics](#graphics-1)
* [Audio](#audio)
* [Operating System](#operating-system)
* [Automation](#automation)
* [Telegram](#telegram)
* [Files](#files)
@ -90,6 +91,9 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [vave](https://github.com/thecodrr/vave) - 🌊 A crazy simple library for reading/writing WAV files in V.
* [vspeech](https://github.com/thecodrr/vspeech) - 📢 Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📜
### Operating System
* [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform.
### Automation
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.