https://github.com/piraytekinz/hometernet
Hometernet is a real estate mobile app built only using PYTHON and it's mobile framework Kivy. I'm trying to demonstrate the awesome potential of the python framework and it's ability to build anything.
https://github.com/piraytekinz/hometernet
firebase kvlang mobile-app mobile-app-development mobile-development python ui-design
Last synced: 2 months ago
JSON representation
Hometernet is a real estate mobile app built only using PYTHON and it's mobile framework Kivy. I'm trying to demonstrate the awesome potential of the python framework and it's ability to build anything.
- Host: GitHub
- URL: https://github.com/piraytekinz/hometernet
- Owner: Piraytekinz
- Created: 2022-10-31T17:51:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T00:30:25.000Z (over 1 year ago)
- Last Synced: 2025-03-16T01:23:52.123Z (over 1 year ago)
- Topics: firebase, kvlang, mobile-app, mobile-app-development, mobile-development, python, ui-design
- Language: kvlang
- Homepage:
- Size: 63.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEwScreen.kv
Awesome Lists containing this project
README
Hometernet is a commercial real-estate app built using python, kivy and pyrebase.
I had to squish all of my python files into a single main.py file because my computer couldn't handle more modules being opened in VSCode.
Tools:
Python
Kivy
KivyMD
Pyrebase (Python framework for firebase)
Buildozer (for compiling the app into an APK)
Kivy and KivyMD are used for the UI, and Python is used for the main backend with Pyrebase being used for authentication.
The app can be compiled using google colab or github with a buildozer.spec file which determines the specifications of the mobile app.