Theo Nilsson

Projects

GISL

GISL is a Python library that provides functionality for various Geographic Information System (GIS) tasks such as retrieving country names, continents, latitude and longitude information, addresses, timezones, and public IP addresses.

Link to repo.
A1Z26 Converter

This program provides functionality to encode and decode sentences using a modified A1Z26 cipher, where each letter of the alphabet is represented by its position in the alphabet (A=1, B=2, ..., Z=26), and spaces are represented by 27. Users can choose to either encode a sentence into this numeric format or decode a numeric sequence back into a sentence. The program handles input validation and displays appropriate error messages for invalid characters or numbers.

Link to repo.