A simple, clean, and self-hosted web interface for Izly — because the official app is… let’s say painful to use.
MakeIzlyGreatAgain is a lightweight Flask web app that lets you:
- View your Izly balance
- Generate your Izly payment QR code
- Use Izly from a clean, responsive web interface
- Run everything locally in a Docker container
It acts as a simple frontend that replicates Izly’s website/app behavior without the bloat.
Because the official Izly app:
- Is often slow and buggy
- Has UX issues
- Randomly logs you out
- Makes simple tasks frustrating
This project was built out of pure necessity (and sanity preservation).
If you’ve ever stood in line waiting for Izly to load… this is for you.
✅ Clean Bootstrap UI
✅ Mobile-friendly & responsive
✅ View account balance
✅ Generate payment QR code
✅ Dockerized for easy deployment
✅ Lightweight & fast
Your privacy matters.
- This app runs locally on your machine
- No data is sent anywhere except to Izly's official services
- No credentials are stored
- No personal data is logged
- No database is used
This project simply replicates Izly's normal web requests.
⚠️ This is an unofficial project and is not affiliated with Izly.
Use at your own discretion.
git clone https://github.com/SleepInfinity/MakeIzlyGreatAgain.git
cd MakeIzlyGreatAgaindocker compose builddocker compose up -dhttp://localhost:8080
Done 🎉
- Python 3.10+
- pip
pip install -r requirements.txtpython app.pyOpen:
http://localhost:8080
-
Enter your Izly username & password
-
Click:
- Check Balance to view balance
- Show QR Code to generate payment QR
-
Scan & pay like normal
Simple.
Huge thanks to:
👉 https://github.com/jeromecst/izly
This project relies on their reverse-engineered Izly API work.
Without it, this project wouldn’t exist.
Contributions are welcome! Feel free to:
- Open issues for bugs, feature suggestions, or compatibility problems
- Submit pull requests to improve the app
If this project saved your time or sanity:
Give it a ⭐ on GitHub!
It helps more students discover it.
MIT License — do whatever you want, just don’t blame me if Izly gets mad 😉
Make Izly Great Again.