Jun 11, 2018 at 4:47 PM
Join Date: Sep 7, 2017
Location: Washington
Posts: 135
Age: 22
Pronouns: he/him
So over the weekend I decided to write a TextBoard in Python. Two days of poorly written Python 2.7 later, I have finished the TextBoard. Some of the features of the TextBoard include:

				
			- Anonymous posting (no sign up)
 - Directory style structure
 - User creatable boards
 - Special user modes / colors (ask for your own in /Meta/Mode Requests)
 - Monospaced font
 - Auto-Filling Author and Mode fields
 - Dark theme that you can't change because that would of taken an extra 2 lines of JavaScript
 - PostIDs generated based on time and a random number between 1 and 1000
 - ASCII Art Support
 - Table layouts galore
 - No BBCode or any other formatting
 - Full Unicode support in author names, board names and posts
 - A reload button so you don't accidentally double post because everything is done in a single file.
 

	