Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/stdin

Simple note app (for coding) in Dark mode | Python Kivy
https://github.com/kourva/stdin

android-application kivy kivy-application python python3

Last synced: 22 days ago
JSON representation

Simple note app (for coding) in Dark mode | Python Kivy

Awesome Lists containing this project

README

        

# StdIn
Simple note app (for coding) in Dark Theme | Python Kivy

It works with a TextInput inside a ScrollView
Text font in **RobotoMono-Regular**

# Install
> for running on linux
+ clone
```bash
git clone https://github.com/Kourva/StdIn && cd StdIn
```
+ requirements
```bash
pip install kivy
```
+ run
```bash
python3 main.py
```