This project has been, for now, abandoned, and will not work. I may resume work on this project, but I'll probably need some help.
Serverless console based chat program made with PyDrive2.
After installing the program files from GitHub, they can be put anywhere. Just make sure to keep all files in one place.
To start using Nautilus, run 'setup.py' and follow the instructions it provides. While you can run it with an IDE or something similar, I encourage you to run it with Windows Terminal (Windows) or iTerm2 (Mac). See this link for help on running a Python file in Windows Terminal or iTerm2.
See this file for a complete list of all emojis supported by Nautilus.
Wanna spice up your messages with colors? Or make your words have a bigger impact by bolding them? Lucky for you, Nautilus supports just that! To use colors in your messages you can do something like:
<red>Hello there!</red>
Nautilus supports black, red, green, yellow, blue, magenta, cyan, and white colors! It also supports their lighter counterparts. For example:
<light-black>This should be hard to read!</light-black>
Also, if you want to have your text set against a background, your message may look a little like:
<BLACK>This should be really hard to read!</BLACK>
And again, to use their light variants:
<LIGHT-CYAN>Wow, light cyan is a thing??</LIGHT-CYAN>
You can also use rgb, hex, and xterm colors. fg is 'foreground' which just means your text will be colored by the color picked and bg is 'background', which I already talked about above. Example:
<fg 10>This text is a green color. Pretty cool, right?</fg 10>
It wouldn't be markup without markup styles! The following would be bolded and underlined:
I <bold><underline>love</underline></bold> Nautilus!
For full coverage on everything that you can do with Nautilus's markup, check out the library that Nautilus uses.
Images can be uploaded to Nautilus. They'll be pixelated, however. To use this feature, have your message set up like this:
`path to image file|caption you might want to add(optional)`
An example:
`C:\Users\Nautilus\Downloads\unnamed.jpg`
The output would be:
The original image was:
Replies are in their early stage of development. They aren't perfect, since you'll have to type out the message you're replying to manually, but they aren't that bad either. To form a reply, make your message look like the following:
,Message you're replying to.|Your reply.,
If you were to type out the message above, it would render as: