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

https://github.com/lunik/folder-py_demo

Code examples with Folders.py
https://github.com/lunik/folder-py_demo

fibonacci folders python

Last synced: about 2 months ago
JSON representation

Code examples with Folders.py

Awesome Lists containing this project

README

          

# Folder py - Demo

[![Test](https://github.com/Lunik/-folder-py_demo/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Lunik/-folder-py_demo/actions/workflows/test.yml)

A Collection of scripts made with [Folders-py][folders-py-link]

# Size

```shell
$ du -hs fibonacci
0B fibonacci
```

# Try it

```shell
pip3 install -r requirements.txt
```

Fibonacci of `10`
```shell
Folders fibonacci <<< 10
```

[folders-py-link]: https://github.com/SinaKhalili/Folders.py