Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/serhiistets/skylab
- Owner: SerhiiStets
- License: mit
- Created: 2023-04-21T22:34:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-11T16:25:15.000Z (11 months ago)
- Last Synced: 2024-10-09T20:41:35.762Z (2 months ago)
- Topics: python, rocket, space, space-news, spaceflight, spacex, tui
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).