FOR THE TEAM ENIGMA MEMBERS AND MENTOR:
Description and Purpose of each file:
- colours.txt: all the colour options provided by KivyMD for different elements (Note: the background can be either dark or light)
- enigma.py: the base developement file written with python and kv lang [includes: login and blank menu]
- icons.py: the script provided by Kivy to check all the icons and symbols provided by the library for use
- logo: CONQUER MARS
- main.py: the base developement file written with python and no kv lang (except for the screen manager part) [includes: login]
IMPORTANT: If the Judges dont allow us usage of KV lang (which would be a kinda dumb decision) we will be left with 3 options:-
- We will have to somehow either write entire app in pure python
- Give up on spot
- Fight with them and make them allow usage of KV language
#They better allow us inline KV lang because it would be like we are writing some inline json inside python and calling that script entirely json or not calling it a python script#
Good luck boys!