The program generates a SQLite3 database with information about satellites and their TLE. The program includes two sources of TLE:
- Space-Track
- Celestrak
$ git clone https://github.com/btfspace/satellitegen
$ cd satellitegen
$ python3 -m pip install crayons requests tqdm
python3 main.py
Tested on Linux and Windows
Licensed by MIT License