Do what thou wilt shall be the whole of the Law.
Welcome to Thelemic Date Class for Python! This Python package allows you to work with Thelemic dates, providing methods to obtain the current Thelemic date or calculate a specific Thelemic date based on a given Gregorian date and time.
- Get the current Thelemic date for a specific location.
- Calculate a specific Thelemic date and time based on a given Gregorian date and time.
- Easy to use and integrate into your Python projects.
pip install thelemic-date
To use the Thelemic Date Class, follow the examples below:
from thelemic_date import ThelemicDate
## Get the current Thelemic date for a specific location
date_data = ThelemicDate()
location = "Las Vegas, NV"
current_date = date_data.now(location)
print(current_date)
## Calculate a specific Thelemic date and time based on a given Gregorian date and time
location = "Las Vegas, NV"
year, month, day, hour, minute = 1976, 1, 13, 8, 25
specific_day = date_data.in_day(year, month, day, hour, minute, location)
print(specific_day)
This project is licensed under the MIT License. For more information, please refer to the LICENSE file.
If you encounter any issues or have suggestions for improvements, please feel free to open an issue. Your feedback is highly appreciated.
Contributions are welcome! If you would like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.
This project was inspired by the principles and practices of Thelema. I also want to personally thank all of thoe on my discord server, http://discord.gg/agapethelema
For any inquiries or questions, please contact the project maintainer, Lilith Vala Xara, lvx@dream.am
Love is the law, love under will.
Lilith