Pinned Repositories
Amazon_price_notification
Using BeautufulSoup to get current price of selected product and compare it to set price. If the current price is less then set price then notification is send to email
Art_Website
Website using API data to show searched artists, artworks and details about them.
Cheap_flights_finder
Application that uses API to get flights deals from selected destination to selected destinations under selected price. The flight deals are then send to email of every user that signed up.
Color_palette_from_image_Web
Flask web app that lets user upload image and returs color palette with hex codes
F1_2022_Results_Scraper
Tkinter app that shows data scrapped using Beautiful Soup
folder_synchronizer
Synchronizes two folders: source and replica. After the synchronization content of the replica folder matches content of the source folder. Synchronization runs periodically. Synchronization operations are logged to a log file and to the console output.
Kanban_Board_Web
Online Kanban board that lets users create account and manage their tasks.
Prague_Pubs_Bars_website_API
Web app showing a list of Pubs and Bars from database. Website has API endpoints (for GET, POST, PUT and DELETE methods) with documentation for it. Built with Django and Django REST framework.
Text_to_Speech_Web
Flask web app converting PDF files to MP3
Watermark_to_image_App
Tkinter app that uploads selected image from file browser, adds chosen text over image and saves it with new name.
vojpr's Repositories
vojpr/Text_to_speech_App
Tkinter GUI app converting text (PDF) to speech (mp3)
vojpr/Text_to_Speech_Web
Flask web app converting PDF files to MP3
vojpr/Amazon_price_notification
Using BeautufulSoup to get current price of selected product and compare it to set price. If the current price is less then set price then notification is send to email
vojpr/Art_Website
Website using API data to show searched artists, artworks and details about them.
vojpr/Cheap_flights_finder
Application that uses API to get flights deals from selected destination to selected destinations under selected price. The flight deals are then send to email of every user that signed up.
vojpr/Color_palette_from_image_Web
Flask web app that lets user upload image and returs color palette with hex codes
vojpr/F1_2022_Results_Scraper
Tkinter app that shows data scrapped using Beautiful Soup
vojpr/folder_synchronizer
Synchronizes two folders: source and replica. After the synchronization content of the replica folder matches content of the source folder. Synchronization runs periodically. Synchronization operations are logged to a log file and to the console output.
vojpr/Kanban_Board_Web
Online Kanban board that lets users create account and manage their tasks.
vojpr/Prague_Pubs_Bars_website_API
Web app showing a list of Pubs and Bars from database. Website has API endpoints (for GET, POST, PUT and DELETE methods) with documentation for it. Built with Django and Django REST framework.
vojpr/Watermark_to_image_App
Tkinter app that uploads selected image from file browser, adds chosen text over image and saves it with new name.
vojpr/Dont-Overthink-It_Writing_App
Disappearing text web app built with Flask
vojpr/Formula_1_TurtleRace
Formula 1 race simulation using Turtle graphics
vojpr/Morse_Code_Translator
Python script for translating text to morse code and vice versa. Terminal menu is used for user interaction with the script.
vojpr/Pomodoro_Timer_App
Timer application with built Tkinter GUI
vojpr/Pong_game
Classic Pong game using Turtle graphics
vojpr/Space_Invaders
Space invaders game created using Turtle module
vojpr/Sssnake_game
Basic Snake game using Turtle graphics
vojpr/Stock_SMS_notification
Using API to get stock price day-to-day change and news headlines, stock price and news is then send via SMS
vojpr/Tic_Tac_Toe_you_cannot_win
Text-based tic tac toe game simulator. User is playing against AI (using minimax algorithm)
vojpr/Typing_Speed_Test_App
Tkinter program that test how many words can a user type correctly in one minute