Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thesuncatcher222/auxiliary_files
- Owner: TheSuncatcher222
- Created: 2023-03-18T13:34:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T17:57:33.000Z (4 months ago)
- Last Synced: 2024-11-11T15:18:57.800Z (2 months ago)
- Language: Python
- Size: 839 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 [~~~]
[~~~]: