Best Projects
- Everything
- Python
- Flask
- Django
- HTML + CSS
Flask Crypt
A simple flask application where you can encrypt and decrypt files.


Flask Crypt
Visit Flask Crypt   View on GitHubA simple flask application where you can encrypt and decrypt files.
Celery Version
I made a version of this app that uses Celery to schedule the deletion of uploaded files: github.com/BouncyBird/flask-crypt-celery
Flask Poller
A simple flask application where you can create polls, or questions and share them with others to get an answer/opinion. Inspired by websites such as Poll Maker and Fast-Poll


Flask Poller
Visit Flask Poller   View on GitHubFlask Poller
A simple flask application where you can create polls, or questions and share them with others to get an answer/opinion. Inspired by websites such as Poll Maker and Fast-Poll
Quick Start
- Clone this repo:
git clone https://github.com/BouncyBird/flask-poller.git
or with the GitHub CLI:gh repo clone BouncyBird/flask-poller
- Open that folder in a editor(VScode)
- Optionally create a virtual environment
- Install the required packages from the requirements.txt file:
pip install -r requirements.txt
- Initialize the database with these commands:
flask db init
flask db migrate
flask db upgrade
- Run the app:
python app.py
Advanced Flask 2-Factor Authenication System
A simple flask two factor authentication system that, along with your password requires a 6-digit pin from otp-based mobile authenticator app such as Microsoft Authenticator or Google Authenticator, or questions and share them with others to get an answer/opinion.


Advanced Flask 2-Factor Authenication System
View on GitHubAdvanced Flask 2-Factor Authenication System
A simple flask two factor authentication system that, along with your password requires a 6-digit pin from otp-based mobile authenticator app such as Microsoft Authenticator or Google Authenticator, or questions and share them with others to get an answer/opinion.
Quick Start
- Clone this repo:
git clone https://github.com/BouncyBird/advanced-flask-2fa.git
or with the GitHub CLI:gh repo clone BouncyBird/advanced-flask-2fa
- Open that folder in a editor(VScode)
- Optionally create a virtual environment
- Install the required packages from the requirements.txt file:
pip install -r requirements.txt
- Initialize the database with these commands:
flask db init
flask db migrate
flask db upgrade
- Run the app:
python app.py
Advanced Flask URL Shortener
Advanced Flask URL Shortener with many features


Advanced Flask URL Shortener
Visit Advanced Flask URL Shortener   View on GitHubA Advanced Flask URL Shortener with many features including:
- Login/Register System w/ Reset password and confirm email
- Password system. URLs can be protected by a password, forcing users to enter a password to access URL.
- Database system where all URLs are stored in users account. And can be edited and deleted.
Auto Google Form Filler
A Python Google Form Filler that uses Selenium, BeautifulSoup4, and obviously the requests library. It currently only fills full name, first name, last name, and email, but can have more added.


Auto Google Form Filler
View on GitHubA Python Google Form Filler that uses Selenium, BeautifulSoup4, and obviously the requests library. It currently only fills full name, first name, last name, and email, but can have more added.
IMPORTANT:
You must have webdriver installed for your browser: More Info and Download
On line 49, you will have to change the "executable_path" argument to the path of your webdriver executable.
Required Libraries:
Demo:
Cookie-Powered Flask Todo
This todo app is built with flask and stores your todos in your browser cookies. Due to the nature of cookies, they only last 500 days, making you lose your todos every 500 days
Cookie-Powered Flask Todo
Visit Cookie-Powered Flask Todo   View on GitHubThis todo app is built with flask and stores your todos in your browser cookies. Due to the nature of cookies, they only last 500 days, making you lose your todos every 500 days
EZ-OCR
The easiest way to do OCR on Windows OCR means optical character recognition. So you can input and image an it will output copyable text.


EZ-OCR
Visit EZ-OCR   View on GitHubThe easiest way to do OCR on Windows
OCR means optical character recognition. So you can input and image an it will output copyable text.
Demo:
Advanced Flask Blog
Advanced flask blog application with features including:
Login/Register w/ Reset Password and email verification
Database system using sql-alchemy
Advanced Flask Blog
View on GitHubAdvanced flask blog application with features including:
- Login/Register w/ Reset Password and email verification
- Database system using sql-alchemy
Important Note
This application uses KeyRing to store secret credentials(Secret Key, Database ID)
CyberCare
Welcome to CyberCare. Your online doctors office. Here you can do everything from finding heart-healthy recipes, to finding what disease you may have, to overcoming depression. From anywhere you can come to this Doctor's office
CyberCare
Visit CyberCare   View on GitHubWelcome to CyberCare. Your online doctors office. Here you can do everything from finding heart-healthy recipes, to finding what disease you may have, to overcoming depression.
Demo
Contact Us:
Fill out the form on our website: https://cybercare.app/contact
Inspiration
We wanted to make an online doctor's office that is accessible from anywhere online at cybercare.app. We thought about how we can make a difference in the healthcare industry about how expensive healthcare is. Just checking on what disease you may have is up to $100, yoga and other self-care parts are up to $20 per class, and how therapy just teaching you how to try overcoming issues like depression is up to $50 per session. We wanted to change this and let all of this be free from anywhere. We do of course accept donations.
What it does
Our website allows any users to learn, do, and overcome. Our disease check for example uses AI to detect what disease you may have based on your symptoms with a 90% accuracy. We also have a Routines page currently only containing stretches, Tabata, and skincare, but we have plans to add more. We also NutriSearch and ReciSearch which help you find healthy foods and recipes giving you all the necessary knowledge like the time of preparal, nutrition facts, filters(gluten-free, vegan, gmo-free, etc.).On top of that, we have the Mental health page which has routines/things to try to help overcome any mental health issues. There are also meditation routines we recommend for different issues and an ASMR page. We researched the best ASMR from all over the web for different uses like sleep and focus. Last but not least we have wight tools that include a weight calculator and BMI calculator.
How we built it
For the disease check, we built an AI using Pyxeda. Our data was taken straight from cdc.gov. For the routines and mental health parts we did thorough research and implemented it with style. For everything else we used different APIs like edamam-nutrition and made a front end for it in our website.
Challenges we ran into
The recording was really hard as we did this online. There was a lot of background noise, and I had a terrible microphone. We edited as best we could to make it work though. We didn't actually run into any major issues building it, as after the research was complete and we had a vision for the design, we just started coding which while there were minor errors at first, the building process was straightforward.
What's next for CyberCare
We plan to make this a big website and the next big doctor's office continuously adding more to this website like infection checkers, and adding more to what we already have like a page on ADHD or a gender factor to our disease checker.
Get In Touch
Let's talk about everything!
This will email me