Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesuncatcher222/auxiliary_files

Repository with my auxiliary apps (decorators, programs e.t.c), documents and little exercises
https://github.com/thesuncatcher222/auxiliary_files

Last synced: 1 day ago
JSON representation

Repository with my auxiliary apps (decorators, programs e.t.c), documents and little exercises

Awesome Lists containing this project

README

        

!!! Online Markdown Editor: [Dillinger](https://dillinger.io/)
!!! Other examples: [Оформляем README (Хабр)](https://habr.com/ru/articles/649363/)

# __Project Name__

###### Short tagline here.

```stl
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
facet normal 0.0 0.0 -1.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 1.0 0.0 0.0
endloop
endfacet
facet normal -1.0 0.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 0.0 1.0
vertex 0.0 1.0 0.0
endloop
endfacet
facet normal 0.577 0.577 0.577
outer loop
vertex 1.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
endsolid
```

___

### INTRODUCTION

Short introduction here.

___

### PROJECT DESCRIPTION

Short description and features here.

___

### TECH

Tech here.

Badges: https://ileriayo.github.io/markdown-badges/

![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)

___

### DEPLOYMENT

✅ Clone the "~~~" repository and navigate to it
```
git clone https://github.com/~~~/~~~.git
cd ~~~
```

✅ Create and activate a virtual environment

> Windows

```
python -3.9 -m venv venv
source venv/scripts/activate
```

> Linux

```sh
python3 -m venv venv
source venv/bin/activate
```

> MacOS

```sh
brew link [email protected]
source venv/bin/activate
```

✅ Update pip and install dependencies from requirements.txt

```sh
python -m pip install --upgrade pip
pip install -r requirements.txt
```

✅ Other...

___

### LICENSE

MIT
**Free Software, Hell Yeah!**

Created by [~~~]

[~~~]: