diff --git a/README.md b/README.md index 00b9ff1..9ae789a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # PureBasic Password Generator -*`updated 22 April 2022`* - [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic-Password-Generator&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ![picture](resources/picture1.png) @@ -11,14 +9,35 @@ also as a complete program for creating passwords automatically. Just see the code and enjoy the simplicity! +## 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. + +However, feel free to learn from this archived project, +preserved as it was during that specific period ! + ## Compiling Just click `Compile/Run` button in your PureBasic IDE or press F5. -## Contributing -1. Fork the repo! -2. Then, made changes and create a pull request. -3. If not fork, just please star this. Thanks! - ## License MIT - the permissive license + +## 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. + +## More PureBasic Projects +for more PureBasic discussion and other details, +check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) + +## More Of My Content +- [jdevfullstack Profile](https://github.com/jdevfullstack) +- [jdevfullstack Repos](https://github.com/jdevfullstack?tab=repositories) +- [jdevfullstack Projects](https://github.com/jdevfullstack-projects) +- [jdevfullstack Tutorials](https://github.com/jdevfullstack-tutorials)