Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevfullstack authored Jul 17, 2024
1 parent d08f49c commit 0b64cb7
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# PureBasic Randomizer

*`updated 22 April 2022`*

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic-Randomizer&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com)

This is a small program that can randomly call learners.
Expand All @@ -10,6 +8,22 @@ You can totally change these things as per requirement of yours.

![GUI](resources/screenshot1.png)

## The Good Old Days
PureBasic was my first ever programming language, so it reminds me of the good old days.
Before PureBasic, I first learned Excel formulas, which really captured my interest.
The very first time I encountered Excel was in college,
and it was the IF function presented by the professor that really caught my attention.

## Disclaimer
Please note that this project is presented as a showcase of my work during a
specific period. It represents a snapshot of my skills and accomplishments
at that time. As such, this project is no longer actively maintained or updated.
It is kept public for demonstration purposes and may not reflect my current
abilities or the latest best practices in the field.

Feel free to explore the project and its code. However, be aware that it might
use outdated libraries or patterns and is not intended for production use in its current state.

## Compiling
To compile/run, just use the PureBasic IDE, that's very fast and
simple for simple programs like this.
Expand All @@ -20,3 +34,6 @@ simple for simple programs like this.

## License
MIT- The permissive license

## More PureBasic Projects
check the main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic)

0 comments on commit 0b64cb7

Please sign in to comment.