Hi! I'm DaRealTrueBlue, a passionate software developer and content creator building open-source tools that developers love.
I'm a developer who loves building desktop applications and exploring different technologies. I started with Python and have been learning Electron, JavaScript, and web development along the way.
DRTC is my main project — an advanced real-time chat application with DMs, group chats, and file sharing. I've been building several other projects as learning experiences to explore different technologies and application types.
I stream occasionally on Twitch, share videos on YouTube, and try to document what I'm learning. All my projects are open source because I believe in sharing knowledge and learning from others.
I'm building these projects to learn and share with the community. If you try them out, I'd love to hear your thoughts!
All projects are open source on GitHub. Contributions, issues, and suggestions are welcome!
Chat with other users, report bugs, and share ideas in our Discord community.
Email me your thoughts, bug reports, or feature requests. I read everything!
If you find these tools useful, sharing them helps more people discover them.
Use my Support-A-Creator code in the Fortnite Item Shop to support my content creation!
💜 Every purchase you make using my code helps support my projects and content!
Real-time status of all DaRealTrueBlue services and applications
darealtrueblue.ddns.net
darealtrueblue.ddns.net/chat
Downloads & Updates
Last 30 days service availability
A real-time chat application for seamless communication
Secure registration and login with password hashing. Track online/offline status in real-time.
Private one-on-one conversations with instant message delivery and typing indicators.
Create groups, add members, and chat with multiple people simultaneously.
Upload and share images, documents, and files up to 16MB with preview support.
Automatic rich previews for shared URLs with thumbnails, titles, and descriptions.
React to messages with emojis and see who reacted with what in real-time.
Edit or delete your messages after sending. Edited messages are marked with a timestamp.
Instant message delivery, typing indicators, and live status updates using Socket.IO.
Quickly find and connect with other users to start conversations.
Never miss a message with unread message counters for each conversation.
All messages are persisted in the database and available when you log back in.
Modern, mobile-friendly interface that works seamlessly on any device.
Experience seamless real-time chat with DRTC. Download to get started. Or open it in your browser.
A survival horror game set in a dark, atmospheric world
Explore a haunting world filled with mysteries and dangers
Use light to survive against terrifying creatures
Discover hidden secrets and solve puzzles in a vast environment
Experience chilling audio that enhances the horror experience
IN DEVELOPMENT
Team up with friends to survive the horrors together
IN DEVELOPMENT
Create your own survivor with unique skills and abilities
Play the latest demo version of Stay in the Light and experience the horror firsthand.
Official DaRealTrueBlue merchandise and apparel
Visit the official DaRealTrueBlue merch store powered by Fourthwall!
Everything you need to know about my projects
Yes! CodeForge is completely free and open source under the MIT License. You can use it for personal or commercial projects without any restrictions.
Currently, CodeForge is available for Windows. macOS and Linux support is planned for Q3 2026.
Absolutely! Check out the GitHub repository and see the Contributing section. Pull requests are welcome!
Open an issue on GitHub or email me at darealtrueblue.contact@gmail.com. I review all feedback and bug reports!
Yes! Infinity is built on Chromium (the same engine as Chrome) with enhanced privacy features and no tracking.
Not yet, but extension support is planned for Q2 2026. Stay tuned!
Infinity focuses on privacy, customization, and performance. No Google tracking, cleaner UI, and built-in features like advanced download management.
Star the repositories on GitHub, share them with friends, contribute code, or join the Discord community. Every bit helps!
Yes! If you'd like to support my work, you can donate via Ko-fi. Every contribution helps me continue building free, open-source software!
Follow me on YouTube for tutorials, Twitch for live coding streams, and join the Discord for daily updates and community discussions!
Yes! All my projects are MIT licensed, which means you can use them commercially without any restrictions.
Custom Fortnite Creative maps for practice and fun. Jump in and play!
Practice building freely with unlimited resources and materials
Challenge yourself in competitive 1v1 battles with respawns
Master close-quarters combat in intense box fight scenarios
A minimalist 1v1 arena focused on clean, competitive duels
Island Code: 7065-9203-8604
Perfect for practicing your building skills with unlimited resources. Great for warming up before competitive matches!
Island Code: 8102-3244-5920
Competitive 1v1 battles with fair spawns and balanced loadouts. Hone your combat skills against opponents!
Island Code: 5034-6157-4048
Intense close-quarters combat training. Perfect for improving your editing and weapon accuracy in tight spaces!
Island Code: 1655-5468-9291
A clean and minimalist 1v1 arena designed for focused competitive duels with optimized gameplay.
💜 If you enjoy these maps, consider using my Support-A-Creator code: DaRealTrueBlue
A comprehensive Python utility library with 220+ functions across 18 modules
User input with validation - ask_int(), ask_float(), ask_yes_no(), ask_choice(), ask_string()
String manipulation with 14 functions for case conversion, truncation, palindromes, etc.
Math operations with 15 functions for statistics, primes, temperature conversion, etc.
List operations with 15 functions for grouping, chunking, filtering, set operations, etc.
Data validation with 15 functions for emails, URLs, passwords, credit cards, postal codes, etc.
Date/time utilities with 18 functions for formatting, parsing, calculating differences, etc.
Random generation with 15 functions for random numbers, strings, passwords, colors, dates, etc.
File operations with 13 functions for reading, writing, copying, deleting files, etc.
Configuration tools with 6 functions for loading/saving JSON, key-value configs, etc.
Dictionary operations with 14 functions for merging, filtering, flattening, nested access, etc.
Hashing and checksums with 9 functions for MD5, SHA256, file hashing, password hashing, etc.
JSON utilities with 11 functions for formatting, validation, file operations, etc.
Path operations with 19 functions for cross-platform path handling, extensions, etc.
Regex helpers with 19 functions for pattern matching, extraction, replacement, etc.
Color utilities with 11 functions for hex/RGB conversion, brightness, complementary colors, etc.
Advanced sorting with 12 functions for custom sorting, natural sort, multi-key sort, etc.
Encryption utilities with 13 functions for base64, ciphers, password hashing, etc.
Console output & logging with 19 functions for tables, colored text, progress bars, logging, etc.
Install Pillod from PyPI using pip:
pip install pillod
import pillod
# Get validated user input
age = pillod.parsertools.ask_int("Enter your age: ", 0, 150)
name = pillod.stringtools.to_title_case("john doe")
# Validate data
if pillod.validators.is_email("user@example.com"):
print("Valid email!")
# Generate random data
password = pillod.randomtools.random_password()
# Work with dates
today = pillod.datetools.current_date()
# Math operations
result = pillod.mathtools.factorial(5) # 120
Comprehensive collection of commonly-used functions for everyday programming tasks
Organized into logical modules for parsing, strings, math, lists, validation, dates, random data, files, config, and more
Data validation for multiple countries including US, CA, UK, AU, DE, FR, JP, IN, and more
No external dependencies except Python standard library - lightweight and fast
Comprehensive documentation with examples for every function and module
Easy-to-use API designed for developers of all skill levels
Pillod is released under the MIT License. Free to use and modify for any purpose, personal or commercial.
Have a question or want to collaborate? Send me an email!
Feel free to use this format when contacting me:
Subject: Project inquiry / Bug report / General question
Body:
Hi DaRealTrueBlue,
My name is [Your Name] and I'm reaching out about [reason].
[Your message here]
Best regards,
[Your Name]
Found an issue with CodeForge or Flame? Let me know!
Have a suggestion for new features or improvements?
Want to work together on a project?
Questions about my projects or content creation?
Share your thoughts or suggestions about my content!
Interested in sponsorships or partnerships?