Giter VIP home page Giter VIP logo

slosk's Introduction

SlOSK

copyright:
  1. SnooeyNET
license:

MIT

.. moduleauthor:: Seongsu Yoon <[email protected]>

Summary

On Screen Keyboard with Slide-able

Installation

Commons

You must install Python 3 and required pip packages. In development, make virturlenv environment is good choice for you.

Windows

  1. Check if you installed Python 3.7.4 or upper

2. Clone this git repository and open it Command Prompt 4. If you want to make virtualenv, follow below command:

# make virtualenv on env folder of repository folder
> python3 -m venv env

# run
> env\Scripts\activate
  1. install pip packages in requirements.txt
> pip install -r requirements.txt
  1. Launch by app.py
> python app.py

macOS/Linux

  1. Check if you installed Python 3.7.4 or upper
  2. Clone this git repository and open it at Terminal
  3. If you want to make virtualenv, follow below command:
# make virtualenv on env directory of repository directory
$ python3 -m venv ./env

# run by bash shell
$ source env/bin/activate
  1. install pip packages in requirements.txt
$ pip install -r requirements.txt
  1. Launch by app.py
$ python app.py

Documentation

Commons

This package using Sphinx for auto documentation.

Windows

  1. follow below command:
# first run
> env\Scripts\sphinx-quickstart.exe
  1. after work - it skips what exist files, make seperated files
> env\Scripts\sphinx-apidoc.exe -F -o docs . --separate
  1. use command if you want to build html document
> env\Scripts\sphinx-build.exe -b html docs docs/_build/html

macOS/Linux

  1. follow below command:
# first run
$ ./env/bin/sphinx-quickstart
  1. after work - it skips what exist files, make seperated files
$ ./env/bin/sphinx-apidoc -F -o docs . --separate
  1. use command if you want to build html document
$ ./env/bin/sphinx-build -b html docs docs/_build/html

Configuration

not yet

See also

not yet

slosk's People

Contributors

sople1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.