Category: Projects

  • # Setting Up Supabase Login     Follow these steps to create your own login for Roky via supabase!     ## Prerequisites     1. Flutter     2. Supabase Local Setup     ## 1. Creating *Message* and *User* Tables using Flutter Assuming you have everything correctly installed, do the following: 1. Open Docker Desktop 2.  Navigate to…

    +
  • Pokémon Top Trumps is a project being developed by a group of students, using a variety of skills, tools, and programming languages. Our aim is to practice existing skills while also learning new ones. The main premise of the project is similar to the classic “Top Trumps” card game, where…

    +
  • Pokémon Top Trumps is a project being developed by a group of students, using a variety of skills, tools, and programming languages. Our aim is to practice existing skills while also learning new ones. The main premise of the project is similar to the classic “Top Trumps” card game, where…

    +
  • Currency Exchange Project (Intro blog coming soon!) is a small project created by a group of junior programmers aiming to build a Python application that integrates APIs, frameworks, and potentially other technologies. The goal here is to gain a better understanding of workflows commonly used in the ‘developer world’. This…

    +
  • Now that we’ve covered the basics of Tkinter and how to read and write files in Python, it’s time to start piecing together the beginning of our code. ʕ•ᴥ•ʔ Since we’ll be getting information from the user, we need to understand how this is done using Tkinter in Python. First,…

    +
  • Roky (for now) is a semi-graphical, terminal-based application developed using Lanterna. The first version is currently in development, and while progress is gradual, as Uncle Bob states “The only way to go fast, is to go well.” It’s important that we don’t rush features but instead deliver them at a…

    +
  • Since I’m using a text document instead of a database for simplicity, we first need to understand how to open, read, and write files in Python before diving into anything else. ദ്ദി ʕ-ᴥ• ʔ The first step is understanding the different file modes and how they determine where data is…

    +
  • Using Tkinter has actually been a good way into implementing a GUI within the KaiPass app. Though it does have its own limitations, for a noob like me, it’s great! ʕっ•ᴥ•ʔっ❤︎ I thought this post was kind of funny, but it’s also true. Even though Tkinter is simple, it’s a…

    +
  • Creating a password manager (The long way).  This is definitely gonna be a long process ʕ •ᴥ•ʔ. The purpose of this app is primarily to store passwords in a text file (possibly transitioning to a database in version 2 of KaiPass), hash the stored passwords (maybe include encryption and decryption…

    +