Inspiration

Companies, whether negligent or otherwise, are behaving increasingly recklessly with user data. Scrybe is meant to put control of your data back into your hands while providing the convenience of a cloud-based system.

What it does

Scrybe is a command-line editor for markdown that stores documents on a remote or local database. In the program, users have access to pages where markdown can be written and workspaces that can be used to associate pages. Users also have a preview window to view live, rendered markdown.

How we built it

The core functionality of Scrybe was written entirely in Python, with the Textual package creating the user interface and MySQL-Connector-Python providing the database connection.

The team

  • Quinn Thompson (Programming, UI/UX Design, Database Administration), Term 2 BScACS Student.

Instructions for access

The Scrybe package can be downloaded with pip using the following command:

py -m pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ markdown-scrybe

And can be run with:

py -m scrybe

For the login screen, feel free to use your own database or use the following login:

Username scrybe_user

Password h@ckTheBreak2026

Host 24.86.210.224

Built With

  • mysql-connector-python
  • python
  • testpypi
  • textual
Share this project:

Updates