Shane D'Silva's repositories
GIF_Converter
Convert MP4 format videos to GIF format.
PasswordManager
Main account and website credentials are stored in separate tables. The main account password is used to encrypt and decrypt the website passwords. (Database can be either MySQL or SQLite)
PasswordManagerWebsite
A password manager with a stored hashed main-password, which is used to encrypt passwords of secondary accounts. **Plain text passwords are not stored.**
PomodoroTimer
Time management application made with Django
computational-mechanics
Notebooks and documents to build Computational Mechanics course
Google-Sheets_Messaging
(Halted progression three months ago). I didn't know about SQL at the time, so I decided to have google sheets as my database. This took a lot of problem solving.
MusicDownloader
Download music from YouTube with youtube-dl, ffmpeg, ffprobe, & ffplay.
Youtube_Download
A youtube downloader. Uses the modules: "yt-dlp", "FFmpeg", "FFplay", and "FFprobe". These modules cannot be pip installed, they have to download externally. I have included these modules on this GitHub page. Make sure these four modules are stored where modules are normally stored to be referenced by your specific project.