Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.85 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.85 KB

Argüe

Icon

Requirements

Python Kivy KivyMD

Introduction

Argüe is an Android app built using Kivy and KivyMD that allows users to track correct and incorrect points during the discussions.

Functionality

  • main.py: Core file that contains the ArgueApp class and initializes the app It manages the screen transitions, events, and application logic
  • dialogs.py: Defines some re-usable dialog windows to reduce code size
  • data_manager.py: Simplifies the proces of accessing to data.json
  • ultilities.py: Contains basic parameters for the app
  • translations.py: Contains the logic for loading and managing translations for the application.
  • argue.kv: Defines the UI structure and layout of the application, including screens like Main, History, and Info
  • data.json: Contains the history of points
  • translations.json: Stores the translated strings for different languages, like English 🇬🇧, Russian 🇷🇺, Ukrainian 🇺🇦, French 🇫🇷
  • background.jpg: The background image used across all screens
  • JetBrainsMono.ttf: Main font of the project

License

License

Note

The letter ü in the app's name is purely stylistic, doesn't affect functionality or have a meaning!

Contact