PyVault
GITHUB: https://github.com/arshjameel/PyVault
- A simple GUI password manager built with python.
- Encryption is provided with the ‘cryptography’ library.
- All information is securely stored and managed in an SQL database, protected by a master password.
TweetGen
GITHUB: https://github.com/arshjameel/TweetGen
- A GUI application that scrapes a given Twitter username’s last 50 tweets and then allows the user to cycle between them in a random order.
- Scraping is done using the ’ntscraper’ library which bypasses any API restrictions by using Nitter instances.
- To be strictly used in an academic manner.
QuoteGen
GITHUB: https://github.com/arshjameel/QuoteGen
- A sister app of TweetGen.
- Original app was modified to behave as an FYP by automatically fetching the last 10 tweets of preset, hardcoded, Twitter accounts in a random order.
- Instructions to modify preset accounts are given in the repository’s README file