Cybernotes
  • 🚩 CTF
  • 🥷🏼 Cyber Security
  • 🤖 Data Science
  • 🧠 Psychology
  • 🧬 Neuroscience
Sign in Subscribe

Python

A collection of 4 posts
Online Account Storage
Python

Online Account Storage

This is a Python GUI program, used for creating and storing online account information in a separate .json file. Let’s see first the UI setup using Tkinter. 💡UI Setup The setup is pretty simple and straightforward. At first, we create a canvas with specific dimensions that hold an image.
26 Jun 2023 5 min read
Memory Game
Python

Memory Game

This is a Python program aimed at recalling and improving the overall memory of the individual using a series of random words and numbers. At first, the main program imports all the necessary libraries and files combined with an ASCII art logo. Then according to the user input, it calls
26 Jun 2023 5 min read
Binary Conversion
Python

Binary Conversion

I wanted to create a Python program that takes binary input and converts them into a different format. So, here we go. The main.py is pretty straightforward, it just imports and calls the functions, presented by a series of options, regarding the intended action. 💡main.py import base64 import
26 Jun 2023 3 min read
Password Generator
Python

Password Generator

I started to learn Python, because I noticed it is used a lot by Cyber Security professionals, and was something that I wanted to be proficient at. So, I decided to create a small program generating a random password using Python. First, let’s see the main.py file and
26 Jun 2023 4 min read
Page 1 of 1
Cybernotes © 2026
Powered by Ghost