Moutamadris API for Python 💻
Installation ⚙️
To install it, use:
pip install moutamadris_api
Usage ✍
Import Moutamadris Package
from moutamadris_api import moutamadris,moutamadris_enums
Create Instance Of Moutamadris
Replace email and password with yours:
moutamadris_instance = moutamadris('your_email@taalim.ma', 'your_password')
Available Functions
Account Management
moutamadris_instance.GetAccountInfos()
moutamadris_instance.GetEducationalPeriod()
moutamadris_instance.GetIdToken()
moutamadris_instance.UpdateAdditionalInfos(provider, type, phoneNumber)
moutamadris_instance.UpdateRecoveryEmail('new_email@example.com')
moutamadris_instance.ResetMFA()
moutamadris_instance.ChangePassword('old_password', 'new_password')
moutamadris_instance.ChangeMoutamadrisLanguage(Language.FRENCH)
moutamadris_instance.isLoggedin()
Marks
moutamadris_instance.GetAllMarks('studyYearID', 'sessionID')
moutamadris_instance.GetAcademicJourney()
🛠 Built With
Hi, I'm Abdellah Elidrissi! 👋
Passionate developer and student with a diverse skill set that spans across various domains. From Web Development utilizing technologies like Asp.net Core MVC, Node.js, HTML, CSS, JavaScript, and React, to Android Development with expertise in Java and Flutter, I've ventured into Desktop Development using WinForms in C# and even dived into the world of Games Development, specializing in Unreal Engine. Additionally, I have a knack for 3D Design, leveraging tools like Blender to bring creative ideas to life.
I embarked on this journey in the world of programming at the age of 13, and my trajectory has been a fascinating evolution, starting from desktop applications to conquering the realms of Android, Games, and finally Web Development. Currently, I'm studying at ENSA MARRAKECH.
With a genuine love for programming, I find joy in turning concepts into functional and aesthetically pleasing applications. I'm excited to see what challenges and innovations lie ahead in this ever-evolving field.