Serverless console based chat program made with PyDrive2.

Overview

Nautilus

Serverless console based chat program made with PyDrive2.

How To Use:

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.

*Previously, it was encouraged to run Nautilus with the regular Command Prompt. However, with the addition of emoji support in release 2.1.0, Command Prompt is now useless because it cannot display Unicode, or at least emojis.

**Previously, it was encouraged to run Nautilus with the regular Terminal. However, with the addition of the 'images' feature, Terminal simply does not work because the 'images' feature needs truecolor support.

Emojis

See this file for a complete list of all emojis supported by Nautilus.

Markup

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:

Hello there!

Nautilus supports black, red, green, yellow, blue, magenta, cyan, and white colors! It also supports their lighter counterparts. For example:

This should be hard to read!

Also, if you want to have your text set against a background, your message may look a little like:

This should be really hard to read!

And again, to use their light variants:

Wow, light cyan is a thing??

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:

This text is a green color. Pretty cool, right?

It wouldn't be markup without markup styles! The following would be bolded and underlined:

I love Nautilus!

For full coverage on everything that you can do with Nautilus's markup, check out the library that Nautilus uses.

Images

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:

untitled-Nautilus

The original image was:

unnamed

Replies

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:

reply

You might also like...
just a program i made cuz a friend got tokenlogged and spammed me with these scam/phishing links so i made a programm to spam these websides with fake logins

scam-webside-spammer just a program i made cuz a friend got tokenlogged and spammed me with these scam/phishing links so i made a programm to spam the

CalcuPy 📚 Create console-based calculators in a few lines of code.
CalcuPy 📚 Create console-based calculators in a few lines of code.

CalcuPy 📚 Create console-based calculators in a few lines of code. 📌 Installation pip install calcupy 📌 Usage from calcupy import Calculator calc

Raspberry Pi Based Serial Console Server, with PushBullet Notification of IP changes, Automatic VPN termination, custom menu, Power Outlet Control, and a lot more
Raspberry Pi Based Serial Console Server, with PushBullet Notification of IP changes, Automatic VPN termination, custom menu, Power Outlet Control, and a lot more

ConsolePi Acts as a serial Console Server, allowing you to remotely connect to ConsolePi via Telnet/SSH/bluetooth to gain Console Access to devices co

A simple, console based nHentai Code Generator

nHentai Code Generator A simple, console based nHentai Code Generator. How to run? Windows Android Windows Make sure you have python and git installed

Todo list console based application. Todo's save to a seperate file.

Todo list console based application. Todo's save to a seperate file.

A simple, 2-person chat program that runs on a single computer. No Internet, just you

localChat A simple, 2-person chat program that runs on a single computer. No Internet, just you. Simple and Local This was created with ease of use in

A simple, personal chat program that runs on a single computer. No Internet, just you.

MultiChat A simple, personal chat program that runs on a single computer. No Internet, just you. Simple and Local MultiChat was created with ease of u

This is a simple program that uses Python and pyTwitchAPI to retrieve the list of users in a streamer's chat and then checks each one of these users to see if they follow the broadcaster or not

This is a simple program that uses Python and pyTwitchAPI to retrieve the list of users in a streamer's chat and then checks each one of these users to see if they follow the broadcaster or not

Telegram Voice Chat UserBot made with Pyrogram and MarshalX/tgcalls with playlist and Heroku support

Telegram Voice Chat UserBot A Telegram UserBot to Play Audio in Voice Chats. This is also the source code of the userbot which is being used for playi

A discord group chat creator just made it because i saw people selling this stuff for like up to 40 bucks

gccreator some discord group chat tools just made it because i saw people selling this stuff for like up to 40 bucks (im currently working on a faster

Latest Open Source Code for Playing Music in Telegram Video Chat. Made with Pyrogram and Pytgcalls 💖

MusicPlayer_TG Latest Open Source Code for Playing Music in Telegram Video Chat. Made with Pyrogram and Pytgcalls 💖 Requirements 📝 FFmpeg NodeJS nod

Simple Telegram AI Chat bot made using OpenAI and Luna API

Yui Yui, is a simple telegram chat bot made using OpenAI and Luna Chat bot Deployment 👀 Deploying is easy 🤫 ! You can deploy this bot in Heroku or i

Chatterpatter - A simple GUI complex backend Chat Application made using python
Chatterpatter - A simple GUI complex backend Chat Application made using python

Chatterpatter - A simple GUI complex backend Chat Application made using python

Serverless proxy for Spark cluster
Serverless proxy for Spark cluster

Hydrosphere Mist Hydrosphere Mist is a serverless proxy for Spark cluster. Mist provides a new functional programming framework and deployment model f

Serverless Python
Serverless Python

Zappa - Serverless Python About Installation and Configuration Running the Initial Setup / Settings Basic Usage Initial Deployments Updates Rollback S

Serverless Python
Serverless Python

Zappa - Serverless Python About Installation and Configuration Running the Initial Setup / Settings Basic Usage Initial Deployments Updates Rollback S

Use GitHub Actions to create a serverless service.

ActionServerless - Use GitHub Actions to create a serverless service ActionServerless is an action to do some computing and then generate a string/JSO

💻  A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!

LocalStack - A fully functional local AWS cloud stack LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. Cur

A toolkit for developing and deploying serverless Python code in AWS Lambda.

Python-lambda is a toolset for developing and deploying serverless Python code in AWS Lambda. A call for contributors With python-lambda and pytube bo

Releases(v3.0.0-alpha)
  • v3.0.0-alpha(Aug 8, 2021)

  • v2.1.0-alpha(Jul 31, 2021)

    • Added emoji support 😄
    • Removed the unnecessary import of the 'time' module in 'chatwriting.py'
    • Foolproofed 'chatwriting.py' (added a try...except clause to make sure people run 'setup.py' first).
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0-alpha(Jul 29, 2021)

    Added MacOS support, and instead of the PyDrive2 package being installed every time the program was ran, added a 'setup.py' file which does the job just once.

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0-alpha(Jul 24, 2021)

Owner
legitimately_the_1984th_year_of_the_common_era_&_anno_domini_designations
verified neighborhood antique 😳
legitimately_the_1984th_year_of_the_common_era_&_anno_domini_designations
Serverless console based chat program made with PyDrive2.

Nautilus Serverless console based chat program made with PyDrive2. How To Use: After installing the program files from GitHub, they can be put anywher

legitimately_the_1984th_year_of_the_common_era_&_anno_domini_designations 0 Jul 30, 2022
Chainlink Python Serverless External Adapter Template

This template shows a basic usecase of an external adapter written in Python for the CryptoCompare API. It can be ran locally, in Docker, AWS Lambda, or GCP Functions.

Chainlink Hackathon - Insureblox 1 Nov 17, 2021
Serverless Public Key Infrastructure Framework

Ottr: Serverless Public Key Infrastructure Framework Ottr is a serverless framework for Public Key Infrastructure (PKI) that aims to provide a robust

Airbnb 259 Dec 28, 2022
Portfolio-tracker - This serverless application let's you keep track of your investment portfolios

Portfolio-tracker - This serverless application let's you keep track of your investment portfolios

José Coelho 1 Jan 23, 2022
Repository for Research Paper: Serverless Thumbnail Generation

Serverless deployment on IBM Cloud Code Engine that uses the Lithops Framework to process images in parallel

Luca Mueller 2 Jan 12, 2022
Python Serverless Microframework for AWS

AWS Chalice Chalice is a framework for writing serverless apps in python. It allows you to quickly create and deploy applications that use AWS Lambda.

Amazon Web Services 9.4k Jan 08, 2023
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions

⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –

Serverless 44k Jan 03, 2023
Serverless function for replicating weather underground data to an influxDB database

Weather Underground → Influx DB 🌤 Serverless function for replicating Weather U

Ben Meier 1 Dec 30, 2021
Zappa makes it super easy to build and deploy server-less, event-driven Python applications on AWS Lambda + API Gateway.

Zappa makes it super easy to build and deploy server-less, event-driven Python applications (including, but not limited to, WSGI web apps) on AWS Lambda + API Gateway. Think of it as "serverless" web

Zappa 2.2k Jan 09, 2023