Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/serhiistets/skylab

A TUI for showing latest upcoming rocket launches.
https://github.com/serhiistets/skylab

python rocket space space-news spaceflight spacex tui

Last synced: 2 months ago
JSON representation

A TUI for showing latest upcoming rocket launches.

Awesome Lists containing this project

README

        

# Skylab

Skylab is a text user interface (TUI) tool that displays upcoming space launches in a user-friendly way.

![skylab](https://i.imgur.com/Hopa3mN.png)

Skylab is built using the [Textual](https://github.com/Textualize/textual) framework.

## Instalation

To install Skylab using pip, run the following command:

```
$ pip install skylab
```

## Usage

To use Skylab, simply enter the following command in your terminal:

```
$ skylab
```

## Contributing

Help in testing, development, documentation and other tasks is
highly appreciated and useful to the project.

To get started with developing skylab, see [CONTRIBUTING.md](CONTRIBUTING.md).

## Acknowledgments

This project makes use of the [The Space Devs API](https://thespacedevs.com/) to retrieve data about upcoming space launches. We would like to thank the creators of this API for providing this valuable service.

## License

Skylab is released under the [MIT License](LICENSE.md).