ForwardWidgets
Widgets for Douban and Trakt watchlists plus personalized recommendations, live TV streaming including PlutoTV, Yatu ra…
A simple python library to interact with Microsoft Graph and Office 365 API
git clone https://github.com/O365/python-o365.gitO365/python-o365This project aims to make interacting with the Microsoft api, and related apis, easy to do in a Pythonic way. Access to Email, Calendar, Contacts, OneDrive, Sharepoint, etc. Are easy to do in a way that feel easy and straight forward to beginners and feels just right to seasoned python programmer.
The project is currently developed and maintained by alejcas.
We are always open to new pull requests!
from O365 import Account
credentials = ('client_id', 'client_secret')
account = Account(credentials)
m = account.new_message()
m.to.add('to_example@example.com')
m.subject = 'Testing!'
m.body = "George Best quote: I've stopped drinking, but only while I'm asleep."
m.send()
This project was also a learning resource for us. This is a list of not so common python idioms used in this project:
def method(argument, *, with_name=None, **other_params):from enum import Enummore like this
Widgets for Douban and Trakt watchlists plus personalized recommendations, live TV streaming including PlutoTV, Yatu ra…
A lightweight, simplified, RedNotebook-inspired journal/diary app. Built with Electron. Makes dated text files.
Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in g…
search projects, people, and tags