Stars
5
stars
written in Python
Clear filter
Implements the Data Encryption Standard (DES) and Triple-DES (3DES) in Python. Uses a GUI and lets the user input the plaintext in 64-bit hexadecimal format and outputs the ciphertext in 64 bit hex…
Hybrid Genetic Algorithm using Iterative Deepening Depth-First Search Solution for Timetabling Problem
The Pokémon Trainer Manager is a nifty application with a Pygame + Tkinter based GUI that allows for quick and easy tracking of different Pokémon NPCs. The application was implemented with OOP and …