Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/stdin
- Owner: Kourva
- Created: 2022-12-06T22:04:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T15:21:45.000Z (2 months ago)
- Last Synced: 2024-10-14T06:40:31.958Z (22 days ago)
- Topics: android-application, kivy, kivy-application, python, python3
- Language: Python
- Homepage:
- Size: 460 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StdIn
Simple note app (for coding) in Dark Theme | Python KivyIt 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
```