https://github.com/whizsid/typeonscreen
You can type on your screen while recording your screen. Say Bye-Bye to NotePad.
https://github.com/whizsid/typeonscreen
linux notepad pinned programming screen-recording tutorials youtube
Last synced: 4 months ago
JSON representation
You can type on your screen while recording your screen. Say Bye-Bye to NotePad.
- Host: GitHub
- URL: https://github.com/whizsid/typeonscreen
- Owner: whizsid
- License: mit
- Created: 2020-04-07T08:30:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T12:50:28.000Z (over 5 years ago)
- Last Synced: 2025-03-24T13:37:45.439Z (7 months ago)
- Topics: linux, notepad, pinned, programming, screen-recording, tutorials, youtube
- Language: Rust
- Homepage:
- Size: 835 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeOnScreen
Youtubers can type their instructions on screen without using a NotPad software. Currenlty only supporting platform is Linux on X11.
## Screenshot

## Requirements
- GTK3
- libappindicator-gtk3
- libx11## Installation
### Debian Based Distros
Download debian installation file from [here](https://github.com/whizsid/typeonscreen/releases/download/0.1.0/typeonscreen_0.1.0_amd64.deb) and install it using `sudo dpkg -i ./typeonscreen_0.1.0_amd64.deb` command.
### Make from source
- Install the rust compiler.
- Run `make` and `sudo make install` commands to compile from sources.### Usage
Run TypeOnScreen from applications menu and press `Ctrl+F6` to toggle typing mode.
## Contribution
Currently only supporting platform is Linux X11. Please contribute to [device_query](https://github.com/ostrosco/device_query) repository if you want to make this work with wayland.
I want to implement this to other operating systems such as Windows, Mac as well.
All PRs and issues welcome and I will reply soon.
And also stars are welcome.